#D69A6B

Color #D69A6B Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D69A6B

Tints of Whiskey #D69A6B

Color information

#D69A6B (or 0xD69A6B) is unknown color: approx 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

RGB214154107-
CMYK00.280.500.16
HSL26.36º56.61%62.94%-
HSV(B)26.36º50%83.92%-
XYZ41.9438.4719.12-
YUV166.5894.38161.82-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415410700.280.500.1626.3656.6162.94
HexD69A6B01C32101a393f
Octal3262321530346220327177
Binary110101101001101011010110111001100101000011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>