#D69A66

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

Shades of Whiskey #D69A66

Tints of Whiskey #D69A66

Color information

#D69A66 (or 0xD69A66) is unknown color: approx Whiskey. HEX triplet: D6, 9A and 66. RGB value is (214,154,102). Sum of RGB (Red+Green+Blue) = 214+154+102=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A66 is #296599. Grayscale: #A6A6A6. Windows color (decimal): -2712986 or 6724310. OLE color: 6724310.

HSL color Cylindrical-coordinate representation of color #D69A66: hue angle of 27.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D69A66 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214154102-
CMYK00.280.520.16
HSL27.86º57.73%61.96%-
HSV(B)27.86º52.34%83.92%-
XYZ41.6938.3717.78-
YUV166.0191.88162.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=45.53%
G=32.77%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415410200.280.520.1627.8657.7361.96
HexD69A6601C34101c3a3e
Octal3262321460346420347276
Binary110101101001101011001100111001101001000011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A66; }

 p { color: rgb(214,154,102); }

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

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

 a { background-color: rgb(214,154,102); }

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

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

 span { border-color: rgb(214,154,102); }

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