#D79664

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

Shades of Whiskey #D79664

Tints of Whiskey #D79664

Color information

#D79664 (or 0xD79664) is unknown color: approx Whiskey. HEX triplet: D7, 96 and 64. RGB value is (215,150,100). Sum of RGB (Red+Green+Blue) = 215+150+100=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79664 is #28699B. Grayscale: #A4A4A4. Windows color (decimal): -2648476 or 6592215. OLE color: 6592215.

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

Color convert

RGB215150100-
CMYK00.300.530.16
HSL26.09º58.97%61.76%-
HSV(B)26.09º53.49%84.31%-
XYZ41.2337.1817.06-
YUV163.7392.03164.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=46.24%
G=32.26%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515010000.300.530.1626.0958.9761.76
HexD7966401E35101a3b3e
Octal3272261440366520327376
Binary110101111001011011001000111101101011000011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79664; }

 p { color: rgb(215,150,100); }

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

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

 a { background-color: rgb(215,150,100); }

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

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

 span { border-color: rgb(215,150,100); }

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