#C68F67

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

Shades of Whiskey #C68F67

Tints of Whiskey #C68F67

Color information

#C68F67 (or 0xC68F67) is unknown color: approx Whiskey. HEX triplet: C6, 8F and 67. RGB value is (198,143,103). Sum of RGB (Red+Green+Blue) = 198+143+103=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F67 is #397098. Grayscale: #9B9B9B. Windows color (decimal): -3764377 or 6787014. OLE color: 6787014.

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

Color convert

RGB198143103-
CMYK00.280.480.22
HSL25.26º45.45%59.02%-
HSV(B)25.26º47.98%77.65%-
XYZ35.5632.6317.26-
YUV154.8898.72158.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=44.59%
G=32.21%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814310300.280.480.2225.2645.4559.02
HexC68F6701C3016192d3b
Octal3062171470346026315573
Binary110001101000111111001110111001100001011011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F67; }

 p { color: rgb(198,143,103); }

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

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

 a { background-color: rgb(198,143,103); }

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

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

 span { border-color: rgb(198,143,103); }

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