#C69061

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

Shades of Whiskey #C69061

Tints of Whiskey #C69061

Color information

#C69061 (or 0xC69061) is unknown color: approx Whiskey. HEX triplet: C6, 90 and 61. RGB value is (198,144,97). Sum of RGB (Red+Green+Blue) = 198+144+97=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C69061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69061 is #396F9E. Grayscale: #9B9B9B. Windows color (decimal): -3764127 or 6394054. OLE color: 6394054.

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

Color convert

RGB19814497-
CMYK00.270.510.22
HSL27.92º46.98%57.84%-
HSV(B)27.92º51.01%77.65%-
XYZ35.4232.8215.78-
YUV154.7995.39158.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=45.10%
G=32.80%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981449700.270.510.2227.9246.9857.84
HexC6906101B33161c2f3a
Octal3062201410336326345772
Binary110001101001000011000010110111100111011011100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69061; }

 p { color: rgb(198,144,97); }

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

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

 a { background-color: rgb(198,144,97); }

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

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

 span { border-color: rgb(198,144,97); }

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