Html Css Color HEX #C69846 Tussock

📋 copy color: '#C69846'

red 198 ◦ green 152 ◦ blue 70

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

Shades of Tussock #C69846

Tints of Tussock #C69846

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 47.14%
G = 36.19%
B = 16.67%

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

#C69846 (or 0xC69846) is known color: Tussock. HEX triplet: C6, 98 and 46. RGB value is (198,152,70). Sum of RGB (Red+Green+Blue) = 198+152+70=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C69846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69846 is #3967B9. Grayscale: #9C9C9C. Windows color (decimal): -3762106 or 4626630. OLE color: 4626630.

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

Color convert

RGB 198 152 70 -
CMYK 0 0.23 0.65 0.22
HSL 38.44º 0.53% 0.53% -
HSV(B) 38.44º 0.65% 0.78% -
XYZ 35.62 34.9 10.65 -
YUV 156.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 198 152 70 0 0.23 0.65 0.22 38.44 0.53 0.53
Hex C6 98 46 0 17 41 16 26 35 35
Octal 306 230 106 0 27 101 26 46 65 65
Binary 11000110 10011000 1000110 0 10111 1000001 10110 100110 110101 110101

Color Harmonies of #C69846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69846

Black with #C69846

Text Example


Text Example

White with #C69846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69846; }

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

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

background-color css

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

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

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

border-color css

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

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

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