Html Css Color HEX #D6986A Whiskey

📋 copy color: '#D6986A'

red 214 ◦ green 152 ◦ blue 106

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

Shades of Whiskey #D6986A

Tints of Whiskey #D6986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.2%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 45.34%
G = 32.2%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6986A (or 0xD6986A) is known color: Whiskey. HEX triplet: D6, 98 and 6A. RGB value is (214,152,106). Sum of RGB (Red+Green+Blue) = 214+152+106=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6986A is #296795. Grayscale: #A5A5A5. Windows color (decimal): -2713494 or 6985942. OLE color: 6985942.

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

Color convert

RGB 214 152 106 -
CMYK 0 0.29 0.50 0.16
HSL 25.56º 0.57% 0.63% -
HSV(B) 25.56º 0.5% 0.84% -
XYZ 41.56 37.79 18.74 -
YUV 165.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 214 152 106 0 0.29 0.50 0.16 25.56 0.57 0.63
Hex D6 98 6A 0 1D 32 10 1A 39 3F
Octal 326 230 152 0 35 62 20 32 71 77
Binary 11010110 10011000 1101010 0 11101 110010 10000 11010 111001 111111

Color Harmonies of #D6986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6986A

Black with #D6986A

Text Example


Text Example

White with #D6986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6986A; }

 p { color: rgb(214,152,106); }

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

background-color css

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

 a { background-color: rgb(214,152,106); }

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

border-color css

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

 span { border-color: rgb(214,152,106); }

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