#C68A62

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

Shades of Whiskey #C68A62

Tints of Whiskey #C68A62

Color information

#C68A62 (or 0xC68A62) is unknown color: approx Whiskey. HEX triplet: C6, 8A and 62. RGB value is (198,138,98). Sum of RGB (Red+Green+Blue) = 198+138+98=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A62 is #39759D. Grayscale: #979797. Windows color (decimal): -3765662 or 6458054. OLE color: 6458054.

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

Color convert

RGB19813898-
CMYK00.300.510.22
HSL24º46.73%58.04%-
HSV(B)24º50.51%77.65%-
XYZ34.5831.0615.73-
YUV151.3897.88161.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=45.62%
G=31.80%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981389800.300.510.222446.7358.04
HexC68A6201E3316182f3a
Octal3062121420366326305772
Binary110001101000101011000100111101100111011011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A62; }

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

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

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

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

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

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

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

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