Html Css Color HEX #C69949 Tussock

📋 copy color: '#C69949'

red 198 ◦ green 153 ◦ blue 73

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

Shades of Tussock #C69949

Tints of Tussock #C69949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 46.7%
G = 36.08%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C69949 (or 0xC69949) is known color: Tussock. HEX triplet: C6, 99 and 49. RGB value is (198,153,73). Sum of RGB (Red+Green+Blue) = 198+153+73=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C69949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69949 is #3966B6. Grayscale: #9D9D9D. Windows color (decimal): -3761847 or 4823494. OLE color: 4823494.

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

Color convert

RGB 198 153 73 -
CMYK 0 0.23 0.63 0.22
HSL 38.4º 0.52% 0.53% -
HSV(B) 38.4º 0.63% 0.78% -
XYZ 35.88 35.27 11.22 -
YUV 157.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 198 153 73 0 0.23 0.63 0.22 38.4 0.52 0.53
Hex C6 99 49 0 17 3F 16 26 34 35
Octal 306 231 111 0 27 77 26 46 64 65
Binary 11000110 10011001 1001001 0 10111 111111 10110 100110 110100 110101

Color Harmonies of #C69949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69949

Black with #C69949

Text Example


Text Example

White with #C69949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69949; }

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

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

background-color css

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

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

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

border-color css

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

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

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