Html Css Color HEX #C69049 Tussock

📋 copy color: '#C69049'

red 198 ◦ green 144 ◦ blue 73

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

Shades of Tussock #C69049

Tints of Tussock #C69049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 47.71%
G = 34.7%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C69049 (or 0xC69049) is known color: Tussock. HEX triplet: C6, 90 and 49. RGB value is (198,144,73). Sum of RGB (Red+Green+Blue) = 198+144+73=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69049 is #396FB6. Grayscale: #989898. Windows color (decimal): -3764151 or 4821190. OLE color: 4821190.

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

Color convert

RGB 198 144 73 -
CMYK 0 0.27 0.63 0.22
HSL 34.08º 0.52% 0.53% -
HSV(B) 34.08º 0.63% 0.78% -
XYZ 34.46 32.43 10.75 -
YUV 152.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 198 144 73 0 0.27 0.63 0.22 34.08 0.52 0.53
Hex C6 90 49 0 1B 3F 16 22 34 35
Octal 306 220 111 0 33 77 26 42 64 65
Binary 11000110 10010000 1001001 0 11011 111111 10110 100010 110100 110101

Color Harmonies of #C69049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69049

Black with #C69049

Text Example


Text Example

White with #C69049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69049; }

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

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

background-color css

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

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

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

border-color css

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

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

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