#C68E65

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

Shades of Whiskey #C68E65

Tints of Whiskey #C68E65

Color information

#C68E65 (or 0xC68E65) is unknown color: approx Whiskey. HEX triplet: C6, 8E and 65. RGB value is (198,142,101). Sum of RGB (Red+Green+Blue) = 198+142+101=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E65 is #39719A. Grayscale: #9A9A9A. Windows color (decimal): -3764635 or 6655686. OLE color: 6655686.

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

Color convert

RGB198142101-
CMYK00.280.490.22
HSL25.36º45.97%58.63%-
HSV(B)25.36º48.99%77.65%-
XYZ35.3132.2916.68-
YUV154.0798.05159.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=44.90%
G=32.20%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814210100.280.490.2225.3645.9758.63
HexC68E6501C3116192e3b
Octal3062161450346126315673
Binary110001101000111011001010111001100011011011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E65; }

 p { color: rgb(198,142,101); }

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

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

 a { background-color: rgb(198,142,101); }

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

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

 span { border-color: rgb(198,142,101); }

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