#C68A60

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

Shades of Whiskey #C68A60

Tints of Whiskey #C68A60

Color information

#C68A60 (or 0xC68A60) is unknown color: approx Whiskey. HEX triplet: C6, 8A and 60. RGB value is (198,138,96). Sum of RGB (Red+Green+Blue) = 198+138+96=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A60 is #39759F. Grayscale: #979797. Windows color (decimal): -3765664 or 6326982. OLE color: 6326982.

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

Color convert

RGB19813896-
CMYK00.300.520.22
HSL24.71º47.22%57.65%-
HSV(B)24.71º51.52%77.65%-
XYZ34.4931.0315.24-
YUV151.1596.88161.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=45.83%
G=31.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981389600.300.520.2224.7147.2257.65
HexC68A6001E3416192f3a
Octal3062121400366426315772
Binary110001101000101011000000111101101001011011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A60; }

 p { color: rgb(198,138,96); }

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

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

 a { background-color: rgb(198,138,96); }

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

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

 span { border-color: rgb(198,138,96); }

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