#C79064

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

Shades of Whiskey #C79064

Tints of Whiskey #C79064

Color information

#C79064 (or 0xC79064) is unknown color: approx Whiskey. HEX triplet: C7, 90 and 64. RGB value is (199,144,100). Sum of RGB (Red+Green+Blue) = 199+144+100=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C79064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79064 is #386F9B. Grayscale: #9B9B9B. Windows color (decimal): -3698588 or 6590663. OLE color: 6590663.

HSL color Cylindrical-coordinate representation of color #C79064: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C79064 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199144100-
CMYK00.280.500.22
HSL26.67º46.92%58.63%-
HSV(B)26.67º49.75%78.04%-
XYZ35.8333.0116.54-
YUV155.4396.72159.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=44.92%
G=32.51%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914410000.280.500.2226.6746.9258.63
HexC7906401C32161b2f3b
Octal3072201440346226335773
Binary110001111001000011001000111001100101011011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79064; }

 p { color: rgb(199,144,100); }

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

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

 a { background-color: rgb(199,144,100); }

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

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

 span { border-color: rgb(199,144,100); }

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