Html Css Color HEX #D69A6B Whiskey

📋 copy color: '#D69A6B'

red 214 ◦ green 154 ◦ blue 107

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

Shades of Whiskey #D69A6B

Tints of Whiskey #D69A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

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

R = 45.05%
G = 32.42%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D69A6B (or 0xD69A6B) is known color: Whiskey. HEX triplet: D6, 9A and 6B. RGB value is (214,154,107). Sum of RGB (Red+Green+Blue) = 214+154+107=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A6B is #296594. Grayscale: #A6A6A6. Windows color (decimal): -2712981 or 7051990. OLE color: 7051990.

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

Color convert

RGB 214 154 107 -
CMYK 0 0.28 0.50 0.16
HSL 26.36º 0.57% 0.63% -
HSV(B) 26.36º 0.5% 0.84% -
XYZ 41.94 38.47 19.12 -
YUV 166.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 214 154 107 0 0.28 0.50 0.16 26.36 0.57 0.63
Hex D6 9A 6B 0 1C 32 10 1A 39 3F
Octal 326 232 153 0 34 62 20 32 71 77
Binary 11010110 10011010 1101011 0 11100 110010 10000 11010 111001 111111

Color Harmonies of #D69A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A6B

Black with #D69A6B

Text Example


Text Example

White with #D69A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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