Html Css Color HEX #D6966B Whiskey

📋 copy color: '#D6966B'

red 214 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #D6966B

Tints of Whiskey #D6966B

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 45.44%
G = 31.85%
B = 22.72%

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

#D6966B (or 0xD6966B) is known color: Whiskey. HEX triplet: D6, 96 and 6B. RGB value is (214,150,107). Sum of RGB (Red+Green+Blue) = 214+150+107=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6966B is #296994. Grayscale: #A4A4A4. Windows color (decimal): -2714005 or 7050966. OLE color: 7050966.

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

Color convert

RGB 214 150 107 -
CMYK 0 0.30 0.50 0.16
HSL 24.11º 0.57% 0.63% -
HSV(B) 24.11º 0.5% 0.84% -
XYZ 41.29 37.17 18.91 -
YUV 164.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 214 150 107 0 0.30 0.50 0.16 24.11 0.57 0.63
Hex D6 96 6B 0 1E 32 10 18 39 3F
Octal 326 226 153 0 36 62 20 30 71 77
Binary 11010110 10010110 1101011 0 11110 110010 10000 11000 111001 111111

Color Harmonies of #D6966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6966B

Black with #D6966B

Text Example


Text Example

White with #D6966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6966B; }

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

 H1.HeaderClassName
 {
   color: #D6966B;
 }
 .AnyTagClassName
 {
   color: #D6966B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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