Html Css Color HEX #C69947 Tussock

📋 copy color: '#C69947'

red 198 ◦ green 153 ◦ blue 71

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

Shades of Tussock #C69947

Tints of Tussock #C69947

RGB

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

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

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

R = 46.92%
G = 36.26%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69947 (or 0xC69947) is known color: Tussock. HEX triplet: C6, 99 and 47. RGB value is (198,153,71). Sum of RGB (Red+Green+Blue) = 198+153+71=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69947 is #3966B8. Grayscale: #9D9D9D. Windows color (decimal): -3761849 or 4692422. OLE color: 4692422.

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

Color convert

RGB 198 153 71 -
CMYK 0 0.23 0.64 0.22
HSL 38.74º 0.53% 0.53% -
HSV(B) 38.74º 0.64% 0.78% -
XYZ 35.82 35.24 10.88 -
YUV 157.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 198 153 71 0 0.23 0.64 0.22 38.74 0.53 0.53
Hex C6 99 47 0 17 40 16 27 35 35
Octal 306 231 107 0 27 100 26 47 65 65
Binary 11000110 10011001 1000111 0 10111 1000000 10110 100111 110101 110101

Color Harmonies of #C69947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69947

Black with #C69947

Text Example


Text Example

White with #C69947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69947; }

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

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

background-color css

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

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

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

border-color css

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

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

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