#D69669

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

Shades of Whiskey #D69669

Tints of Whiskey #D69669

Color information

#D69669 (or 0xD69669) is unknown color: approx Whiskey. HEX triplet: D6, 96 and 69. RGB value is (214,150,105). Sum of RGB (Red+Green+Blue) = 214+150+105=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D69669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69669 is #296996. Grayscale: #A4A4A4. Windows color (decimal): -2714007 or 6919894. OLE color: 6919894.

HSL color Cylindrical-coordinate representation of color #D69669: hue angle of 24.77º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69669 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214150105-
CMYK00.300.510.16
HSL24.77º57.07%62.55%-
HSV(B)24.77º50.93%83.92%-
XYZ41.1937.1318.36-
YUV164.0194.7163.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=45.63%
G=31.98%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415010500.300.510.1624.7757.0762.55
HexD6966901E331019393f
Octal3262261510366320317177
Binary110101101001011011010010111101100111000011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69669; }

 p { color: rgb(214,150,105); }

 H1.HeaderClassName
 {
   color: #D69669;
 }
 .AnyTagClassName
 {
   color: #D69669;
 }
</style>
background-color css

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

 a { background-color: rgb(214,150,105); }

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

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

 span { border-color: rgb(214,150,105); }

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