#C6974A

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

Shades of Tussock #C6974A

Tints of Tussock #C6974A

Color information

#C6974A (or 0xC6974A) is unknown color: approx Tussock. HEX triplet: C6, 97 and 4A. RGB value is (198,151,74). Sum of RGB (Red+Green+Blue) = 198+151+74=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6974A is #3968B5. Grayscale: #9C9C9C. Windows color (decimal): -3762358 or 4888518. OLE color: 4888518.

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

Color convert

RGB19815174-
CMYK00.240.630.22
HSL37.26º52.1%53.33%-
HSV(B)37.26º62.63%77.65%-
XYZ35.5934.6311.29-
YUV156.2881.57157.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=46.81%
G=35.70%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981517400.240.630.2237.2652.153.33
HexC6974A0183F16253435
Octal3062271120307726456465
Binary1100011010010111100101001100011111110110100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6974A; }

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

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

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

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

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

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

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

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