Html Css Color HEX #C69347 Tussock

📋 copy color: '#C69347'

red 198 ◦ green 147 ◦ blue 71

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

Shades of Tussock #C69347

Tints of Tussock #C69347

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 47.6%
G = 35.34%
B = 17.07%

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

#C69347 (or 0xC69347) is known color: Tussock. HEX triplet: C6, 93 and 47. RGB value is (198,147,71). Sum of RGB (Red+Green+Blue) = 198+147+71=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69347 is #396CB8. Grayscale: #999999. Windows color (decimal): -3763385 or 4690886. OLE color: 4690886.

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

Color convert

RGB 198 147 71 -
CMYK 0 0.26 0.64 0.22
HSL 35.91º 0.53% 0.53% -
HSV(B) 35.91º 0.64% 0.78% -
XYZ 34.86 33.33 10.56 -
YUV 153.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 198 147 71 0 0.26 0.64 0.22 35.91 0.53 0.53
Hex C6 93 47 0 1A 40 16 24 35 35
Octal 306 223 107 0 32 100 26 44 65 65
Binary 11000110 10010011 1000111 0 11010 1000000 10110 100100 110101 110101

Color Harmonies of #C69347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69347

Black with #C69347

Text Example


Text Example

White with #C69347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69347; }

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

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

background-color css

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

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

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

border-color css

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

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

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