Html Css Color HEX #D6966C Whiskey

📋 copy color: '#D6966C'

red 214 ◦ green 150 ◦ blue 108

#D6966C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #D6966C

Tints of Whiskey #D6966C

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 value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6966C (or 0xD6966C) is known color: 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

RGB 214 150 108 -
CMYK 0 0.30 0.50 0.16
HSL 23.77º 0.56% 0.63% -
HSV(B) 23.77º 0.5% 0.84% -
XYZ 41.34 37.19 19.19 -
YUV 164.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 214 150 108 0 0.30 0.50 0.16 23.77 0.56 0.63
Hex D6 96 6C 0 1E 32 10 18 38 3F
Octal 326 226 154 0 36 62 20 30 70 77
Binary 11010110 10010110 1101100 0 11110 110010 10000 11000 111000 111111

Color Harmonies of #D6966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6966C

Black with #D6966C

Text Example


Text Example

White with #D6966C

Text Example


Text Example

HTML Codes & Css Web 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>