#C6884C

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

Shades of Tussock #C6884C

Tints of Tussock #C6884C

Color information

#C6884C (or 0xC6884C) is unknown color: approx Tussock. HEX triplet: C6, 88 and 4C. RGB value is (198,136,76). Sum of RGB (Red+Green+Blue) = 198+136+76=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6884C is #3977B3. Grayscale: #949494. Windows color (decimal): -3766196 or 5015750. OLE color: 5015750.

HSL color Cylindrical-coordinate representation of color #C6884C: hue angle of 29.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6884C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19813676-
CMYK00.310.620.22
HSL29.51º51.69%53.73%-
HSV(B)29.51º61.62%77.65%-
XYZ33.430.1410.89-
YUV147.787.54163.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=48.29%
G=33.17%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981367600.310.620.2229.5151.6953.73
HexC6884C01F3E161e3436
Octal3062101140377626366466
Binary110001101000100010011000111111111101011011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6884C; }

 p { color: rgb(198,136,76); }

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

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

 a { background-color: rgb(198,136,76); }

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

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

 span { border-color: rgb(198,136,76); }

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