#C68A4C

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

Shades of Tussock #C68A4C

Tints of Tussock #C68A4C

Color information

#C68A4C (or 0xC68A4C) is unknown color: approx Tussock. HEX triplet: C6, 8A and 4C. RGB value is (198,138,76). Sum of RGB (Red+Green+Blue) = 198+138+76=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A4C is #3975B3. Grayscale: #959595. Windows color (decimal): -3765684 or 5016262. OLE color: 5016262.

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

Color convert

RGB19813876-
CMYK00.300.620.22
HSL30.49º51.69%53.73%-
HSV(B)30.49º61.62%77.65%-
XYZ33.6830.710.99-
YUV148.8786.88163.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=48.06%
G=33.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981387600.300.620.2230.4951.6953.73
HexC68A4C01E3E161e3436
Octal3062121140367626366466
Binary110001101000101010011000111101111101011011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A4C; }

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

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

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

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

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

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

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

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