Html Css Color HEX #C69946 Tussock

📋 copy color: '#C69946'

red 198 ◦ green 153 ◦ blue 70

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

Shades of Tussock #C69946

Tints of Tussock #C69946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.63%

R = 47.03%
G = 36.34%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69946 (or 0xC69946) is known color: Tussock. HEX triplet: C6, 99 and 46. RGB value is (198,153,70). Sum of RGB (Red+Green+Blue) = 198+153+70=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C69946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69946 is #3966B9. Grayscale: #9D9D9D. Windows color (decimal): -3761850 or 4626886. OLE color: 4626886.

HSL color Cylindrical-coordinate representation of color #C69946: hue angle of 38.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69946 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 70 -
CMYK 0 0.23 0.65 0.22
HSL 38.91º 0.53% 0.53% -
HSV(B) 38.91º 0.65% 0.78% -
XYZ 35.79 35.23 10.71 -
YUV 156.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 198 153 70 0 0.23 0.65 0.22 38.91 0.53 0.53
Hex C6 99 46 0 17 41 16 27 35 35
Octal 306 231 106 0 27 101 26 47 65 65
Binary 11000110 10011001 1000110 0 10111 1000001 10110 100111 110101 110101

Color Harmonies of #C69946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69946

Black with #C69946

Text Example


Text Example

White with #C69946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69946; }

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

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

background-color css

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

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

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

border-color css

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

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

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