Html Css Color HEX #D69A6A Whiskey

📋 copy color: '#D69A6A'

red 214 ◦ green 154 ◦ blue 106

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

Shades of Whiskey #D69A6A

Tints of Whiskey #D69A6A

RGB

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

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

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

R = 45.15%
G = 32.49%
B = 22.36%

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

#D69A6A (or 0xD69A6A) is known color: Whiskey. HEX triplet: D6, 9A and 6A. RGB value is (214,154,106). Sum of RGB (Red+Green+Blue) = 214+154+106=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A6A is #296595. Grayscale: #A6A6A6. Windows color (decimal): -2712982 or 6986454. OLE color: 6986454.

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

Color convert

RGB 214 154 106 -
CMYK 0 0.28 0.50 0.16
HSL 26.67º 0.57% 0.63% -
HSV(B) 26.67º 0.5% 0.84% -
XYZ 41.89 38.45 18.85 -
YUV 166.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 214 154 106 0 0.28 0.50 0.16 26.67 0.57 0.63
Hex D6 9A 6A 0 1C 32 10 1B 39 3F
Octal 326 232 152 0 34 62 20 33 71 77
Binary 11010110 10011010 1101010 0 11100 110010 10000 11011 111001 111111

Color Harmonies of #D69A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A6A

Black with #D69A6A

Text Example


Text Example

White with #D69A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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