Html Css Color HEX #D69766 Whiskey

📋 copy color: '#D69766'

red 214 ◦ green 151 ◦ blue 102

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

Shades of Whiskey #D69766

Tints of Whiskey #D69766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 45.82%
G = 32.33%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D69766 (or 0xD69766) is known color: Whiskey. HEX triplet: D6, 97 and 66. RGB value is (214,151,102). Sum of RGB (Red+Green+Blue) = 214+151+102=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69766 is #296899. Grayscale: #A4A4A4. Windows color (decimal): -2713754 or 6723542. OLE color: 6723542.

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

Color convert

RGB 214 151 102 -
CMYK 0 0.29 0.52 0.16
HSL 26.25º 0.58% 0.62% -
HSV(B) 26.25º 0.52% 0.84% -
XYZ 41.2 37.39 17.62 -
YUV 164.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 214 151 102 0 0.29 0.52 0.16 26.25 0.58 0.62
Hex D6 97 66 0 1D 34 10 1A 3A 3E
Octal 326 227 146 0 35 64 20 32 72 76
Binary 11010110 10010111 1100110 0 11101 110100 10000 11010 111010 111110

Color Harmonies of #D69766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69766

Black with #D69766

Text Example


Text Example

White with #D69766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69766; }

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

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

background-color css

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

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

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

border-color css

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

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

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