#D6966C

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

Shades of Whiskey #D6966C

Tints of Whiskey #D6966C

Color information

#D6966C (or 0xD6966C) is unknown color: approx Whiskey. HEX triplet: D6, 96 and 6C. RGB value is (214,150,108). Sum of RGB (Red+Green+Blue) = 214+150+108=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6966C is #296993. Grayscale: #A4A4A4. Windows color (decimal): -2714004 or 7116502. OLE color: 7116502.

HSL color Cylindrical-coordinate representation of color #D6966C: hue angle of 23.77º degrees, saturation: 0.56, 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 #D6966C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214150108-
CMYK00.300.500.16
HSL23.77º56.38%63.14%-
HSV(B)23.77º49.53%83.92%-
XYZ41.3437.1919.19-
YUV164.3596.2163.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=45.34%
G=31.78%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415010800.300.500.1623.7756.3863.14
HexD6966C01E321018383f
Octal3262261540366220307077
Binary110101101001011011011000111101100101000011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6966C; }

 p { color: rgb(214,150,108); }

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

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

 a { background-color: rgb(214,150,108); }

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

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

 span { border-color: rgb(214,150,108); }

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