#C6924A

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

Shades of Tussock #C6924A

Tints of Tussock #C6924A

Color information

#C6924A (or 0xC6924A) is unknown color: approx Tussock. HEX triplet: C6, 92 and 4A. RGB value is (198,146,74). Sum of RGB (Red+Green+Blue) = 198+146+74=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6924A is #396DB5. Grayscale: #999999. Windows color (decimal): -3763638 or 4887238. OLE color: 4887238.

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

Color convert

RGB19814674-
CMYK00.260.630.22
HSL34.84º52.1%53.33%-
HSV(B)34.84º62.63%77.65%-
XYZ34.833.0611.03-
YUV153.3483.23159.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=47.37%
G=34.93%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981467400.260.630.2234.8452.153.33
HexC6924A01A3F16233435
Octal3062221120327726436465
Binary1100011010010010100101001101011111110110100011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6924A; }

 p { color: rgb(198,146,74); }

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

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

 a { background-color: rgb(198,146,74); }

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

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

 span { border-color: rgb(198,146,74); }

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