#C69264

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

Shades of Whiskey #C69264

Tints of Whiskey #C69264

Color information

#C69264 (or 0xC69264) is unknown color: approx Whiskey. HEX triplet: C6, 92 and 64. RGB value is (198,146,100). Sum of RGB (Red+Green+Blue) = 198+146+100=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69264 is #396D9B. Grayscale: #9C9C9C. Windows color (decimal): -3763612 or 6591174. OLE color: 6591174.

HSL color Cylindrical-coordinate representation of color #C69264: hue angle of 28.16º 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 #C69264 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB198146100-
CMYK00.260.490.22
HSL28.16º46.23%58.43%-
HSV(B)28.16º49.49%77.65%-
XYZ35.8733.4816.63-
YUV156.396.23157.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=44.59%
G=32.88%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814610000.260.490.2228.1646.2358.43
HexC6926401A31161c2e3a
Octal3062221440326126345672
Binary110001101001001011001000110101100011011011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69264; }

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

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

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

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

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

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

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

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