#C69164

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

Shades of Whiskey #C69164

Tints of Whiskey #C69164

Color information

#C69164 (or 0xC69164) is unknown color: approx Whiskey. HEX triplet: C6, 91 and 64. RGB value is (198,145,100). Sum of RGB (Red+Green+Blue) = 198+145+100=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C69164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69164 is #396E9B. Grayscale: #9B9B9B. Windows color (decimal): -3763868 or 6590918. OLE color: 6590918.

HSL color Cylindrical-coordinate representation of color #C69164: hue angle of 27.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C69164 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB198145100-
CMYK00.270.490.22
HSL27.55º46.23%58.43%-
HSV(B)27.55º49.49%77.65%-
XYZ35.7133.1816.58-
YUV155.7296.56158.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=44.70%
G=32.73%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814510000.270.490.2227.5546.2358.43
HexC6916401B31161c2e3a
Octal3062211440336126345672
Binary110001101001000111001000110111100011011011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69164; }

 p { color: rgb(198,145,100); }

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

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

 a { background-color: rgb(198,145,100); }

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

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

 span { border-color: rgb(198,145,100); }

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