Html Css Color HEX #C69447 Tussock

📋 copy color: '#C69447'

red 198 ◦ green 148 ◦ blue 71

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

Shades of Tussock #C69447

Tints of Tussock #C69447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 47.48%
G = 35.49%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69447 (or 0xC69447) is known color: Tussock. HEX triplet: C6, 94 and 47. RGB value is (198,148,71). Sum of RGB (Red+Green+Blue) = 198+148+71=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C69447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69447 is #396BB8. Grayscale: #9A9A9A. Windows color (decimal): -3763129 or 4691142. OLE color: 4691142.

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

Color convert

RGB 198 148 71 -
CMYK 0 0.25 0.64 0.22
HSL 36.38º 0.53% 0.53% -
HSV(B) 36.38º 0.64% 0.78% -
XYZ 35.02 33.64 10.61 -
YUV 154.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 198 148 71 0 0.25 0.64 0.22 36.38 0.53 0.53
Hex C6 94 47 0 19 40 16 24 35 35
Octal 306 224 107 0 31 100 26 44 65 65
Binary 11000110 10010100 1000111 0 11001 1000000 10110 100100 110101 110101

Color Harmonies of #C69447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69447

Black with #C69447

Text Example


Text Example

White with #C69447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69447; }

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

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

background-color css

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

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

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

border-color css

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

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

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