#D6956C

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

Shades of Whiskey #D6956C

Tints of Whiskey #D6956C

Color information

#D6956C (or 0xD6956C) is unknown color: approx Whiskey. HEX triplet: D6, 95 and 6C. RGB value is (214,149,108). Sum of RGB (Red+Green+Blue) = 214+149+108=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6956C is #296A93. Grayscale: #A3A3A3. Windows color (decimal): -2714260 or 7116246. OLE color: 7116246.

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

Color convert

RGB214149108-
CMYK00.300.500.16
HSL23.21º56.38%63.14%-
HSV(B)23.21º49.53%83.92%-
XYZ41.1936.8719.13-
YUV163.7696.53163.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=45.44%
G=31.63%
B=22.93%

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
Decimal21414910800.300.500.1623.2156.3863.14
HexD6956C01E321017383f
Octal3262251540366220277077
Binary110101101001010111011000111101100101000010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6956C; }

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

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

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

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

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

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

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

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