#D6996A

Color #D6996A Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D6996A

Tints of Whiskey #D6996A

Color information

#D6996A (or 0xD6996A) is unknown color: approx Whiskey. HEX triplet: D6, 99 and 6A. RGB value is (214,153,106). Sum of RGB (Red+Green+Blue) = 214+153+106=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6996A is #296695. Grayscale: #A6A6A6. Windows color (decimal): -2713238 or 6986198. OLE color: 6986198.

HSL color Cylindrical-coordinate representation of color #D6996A: hue angle of 26.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6996A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214153106-
CMYK00.290.500.16
HSL26.11º56.84%62.75%-
HSV(B)26.11º50.47%83.92%-
XYZ41.7238.1218.79-
YUV165.8894.21162.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=45.24%
G=32.35%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415310600.290.500.1626.1156.8462.75
HexD6996A01D32101a393f
Octal3262311520356220327177
Binary110101101001100111010100111011100101000011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6996A; }

 p { color: rgb(214,153,106); }

 H1.HeaderClassName
 {
   color: #D6996A;
 }
 .AnyTagClassName
 {
   color: #D6996A;
 }
</style>
background-color css

<style>
 a { background-color: #D6996A; }

 a { background-color: rgb(214,153,106); }

 div.DivClassName
 {
   background-color: #D6996A;
 }
 .BgClassName
 {
   background-color: #D6996A;
 }
</style>
border-color css

<style>
 span { border-color: #D6996A; }

 span { border-color: rgb(214,153,106); }

 td.TdClassName
 {
   border-color: #D6996A;
 }
 .TagClassName
 {
   border-color: #D6996A;
 }
</style>