Html Css Color HEX #C69249 Tussock

📋 copy color: '#C69249'

red 198 ◦ green 146 ◦ blue 73

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

Shades of Tussock #C69249

Tints of Tussock #C69249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 47.48%
G = 35.01%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C69249 (or 0xC69249) is known color: Tussock. HEX triplet: C6, 92 and 49. RGB value is (198,146,73). Sum of RGB (Red+Green+Blue) = 198+146+73=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69249 is #396DB6. Grayscale: #999999. Windows color (decimal): -3763639 or 4821702. OLE color: 4821702.

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

Color convert

RGB 198 146 73 -
CMYK 0 0.26 0.63 0.22
HSL 35.04º 0.52% 0.53% -
HSV(B) 35.04º 0.63% 0.78% -
XYZ 34.77 33.04 10.85 -
YUV 153.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 198 146 73 0 0.26 0.63 0.22 35.04 0.52 0.53
Hex C6 92 49 0 1A 3F 16 23 34 35
Octal 306 222 111 0 32 77 26 43 64 65
Binary 11000110 10010010 1001001 0 11010 111111 10110 100011 110100 110101

Color Harmonies of #C69249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69249

Black with #C69249

Text Example


Text Example

White with #C69249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69249; }

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

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

background-color css

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

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

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

border-color css

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

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

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