#D69667

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

Shades of Whiskey #D69667

Tints of Whiskey #D69667

Color information

#D69667 (or 0xD69667) is unknown color: approx Whiskey. HEX triplet: D6, 96 and 67. RGB value is (214,150,103). Sum of RGB (Red+Green+Blue) = 214+150+103=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69667 is #296998. Grayscale: #A4A4A4. Windows color (decimal): -2714009 or 6788822. OLE color: 6788822.

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

Color convert

RGB214150103-
CMYK00.300.520.16
HSL25.41º57.51%62.16%-
HSV(B)25.41º51.87%83.92%-
XYZ41.0937.0917.83-
YUV163.7893.7163.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=45.82%
G=32.12%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415010300.300.520.1625.4157.5162.16
HexD6966701E3410193a3e
Octal3262261470366420317276
Binary110101101001011011001110111101101001000011001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69667; }

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

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

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

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

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

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

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

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