#C68D68

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

Shades of Whiskey #C68D68

Tints of Whiskey #C68D68

Color information

#C68D68 (or 0xC68D68) is unknown color: approx Whiskey. HEX triplet: C6, 8D and 68. RGB value is (198,141,104). Sum of RGB (Red+Green+Blue) = 198+141+104=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D68 is #397297. Grayscale: #9A9A9A. Windows color (decimal): -3764888 or 6852038. OLE color: 6852038.

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

Color convert

RGB198141104-
CMYK00.290.470.22
HSL23.62º45.19%59.22%-
HSV(B)23.62º47.47%77.65%-
XYZ35.3132.0517.42-
YUV153.8299.88159.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=44.70%
G=31.83%
B=23.48%

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
Decimal19814110400.290.470.2223.6245.1959.22
HexC68D6801D2F16182d3b
Octal3062151500355726305573
Binary110001101000110111010000111011011111011011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D68; }

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

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

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

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

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

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

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

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