#C68E48

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

Shades of Tussock #C68E48

Tints of Tussock #C68E48

Color information

#C68E48 (or 0xC68E48) is unknown color: approx Tussock. HEX triplet: C6, 8E and 48. RGB value is (198,142,72). Sum of RGB (Red+Green+Blue) = 198+142+72=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E48 is #3971B7. Grayscale: #979797. Windows color (decimal): -3764664 or 4755142. OLE color: 4755142.

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

Color convert

RGB19814272-
CMYK00.280.640.22
HSL33.33º52.5%52.94%-
HSV(B)33.33º63.64%77.65%-
XYZ34.1331.8210.47-
YUV150.7683.55161.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 72 (28.52% from 255) = 17.48%
R=48.06%
G=34.47%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981427200.280.640.2233.3352.552.94
HexC68E4801C4016213535
Octal30621611003410026416565
Binary11000110100011101001000011100100000010110100001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E48; }

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

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

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

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

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

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

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

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