Html Css Color HEX #C69247 Tussock

📋 copy color: '#C69247'

red 198 ◦ green 146 ◦ blue 71

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

Shades of Tussock #C69247

Tints of Tussock #C69247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 47.71%
G = 35.18%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69247 (or 0xC69247) is known color: Tussock. HEX triplet: C6, 92 and 47. RGB value is (198,146,71). Sum of RGB (Red+Green+Blue) = 198+146+71=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69247 is #396DB8. Grayscale: #999999. Windows color (decimal): -3763641 or 4690630. OLE color: 4690630.

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

Color convert

RGB 198 146 71 -
CMYK 0 0.26 0.64 0.22
HSL 35.43º 0.53% 0.53% -
HSV(B) 35.43º 0.64% 0.78% -
XYZ 34.7 33.02 10.51 -
YUV 153 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 198 146 71 0 0.26 0.64 0.22 35.43 0.53 0.53
Hex C6 92 47 0 1A 40 16 23 35 35
Octal 306 222 107 0 32 100 26 43 65 65
Binary 11000110 10010010 1000111 0 11010 1000000 10110 100011 110101 110101

Color Harmonies of #C69247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69247

Black with #C69247

Text Example


Text Example

White with #C69247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69247; }

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

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

background-color css

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

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

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

border-color css

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

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

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