Html Css Color HEX #C6904C Tussock

📋 copy color: '#C6904C'

red 198 ◦ green 144 ◦ blue 76

#C6904C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #C6904C

Tints of Tussock #C6904C

RGB

 RED value IS 198 (77.73% from 255) = 47.37%

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 47.37%
G = 34.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6904C (or 0xC6904C) is known color: Tussock. HEX triplet: C6, 90 and 4C. RGB value is (198,144,76). Sum of RGB (Red+Green+Blue) = 198+144+76=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6904C is #396FB3. Grayscale: #989898. Windows color (decimal): -3764148 or 5017798. OLE color: 5017798.

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

Color convert

RGB 198 144 76 -
CMYK 0 0.27 0.62 0.22
HSL 33.44º 0.52% 0.54% -
HSV(B) 33.44º 0.62% 0.78% -
XYZ 34.57 32.47 11.28 -
YUV 152.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 198 144 76 0 0.27 0.62 0.22 33.44 0.52 0.54
Hex C6 90 4C 0 1B 3E 16 21 34 36
Octal 306 220 114 0 33 76 26 41 64 66
Binary 11000110 10010000 1001100 0 11011 111110 10110 100001 110100 110110

Color Harmonies of #C6904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6904C

Black with #C6904C

Text Example


Text Example

White with #C6904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6904C; }

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

 H1.HeaderClassName
 {
   color: #C6904C;
 }
 .AnyTagClassName
 {
   color: #C6904C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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