#C68F48

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

Shades of Tussock #C68F48

Tints of Tussock #C68F48

Color information

#C68F48 (or 0xC68F48) is unknown color: approx Tussock. HEX triplet: C6, 8F and 48. RGB value is (198,143,72). Sum of RGB (Red+Green+Blue) = 198+143+72=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F48 is #3970B7. Grayscale: #979797. Windows color (decimal): -3764408 or 4755398. OLE color: 4755398.

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

Color convert

RGB19814372-
CMYK00.280.640.22
HSL33.81º52.5%52.94%-
HSV(B)33.81º63.64%77.65%-
XYZ34.2832.1210.52-
YUV151.3583.22161.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=47.94%
G=34.62%
B=17.43%

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
Decimal1981437200.280.640.2233.8152.552.94
HexC68F4801C4016223535
Octal30621711003410026426565
Binary11000110100011111001000011100100000010110100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F48; }

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

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

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

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

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

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

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

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