#C68C68

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

Shades of Whiskey #C68C68

Tints of Whiskey #C68C68

Color information

#C68C68 (or 0xC68C68) is unknown color: approx Whiskey. HEX triplet: C6, 8C and 68. RGB value is (198,140,104). Sum of RGB (Red+Green+Blue) = 198+140+104=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C68 is #397397. Grayscale: #999999. Windows color (decimal): -3765144 or 6851782. OLE color: 6851782.

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

Color convert

RGB198140104-
CMYK00.290.470.22
HSL22.98º45.19%59.22%-
HSV(B)22.98º47.47%77.65%-
XYZ35.1731.7617.37-
YUV153.24100.22159.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 140 (55.08% from 255) = 31.67%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=44.80%
G=31.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814010400.290.470.2222.9845.1959.22
HexC68C6801D2F16172d3b
Octal3062141500355726275573
Binary110001101000110011010000111011011111011010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C68; }

 p { color: rgb(198,140,104); }

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

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

 a { background-color: rgb(198,140,104); }

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

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

 span { border-color: rgb(198,140,104); }

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