Html Css Color HEX #C69446 Tussock

📋 copy color: '#C69446'

red 198 ◦ green 148 ◦ blue 70

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

Shades of Tussock #C69446

Tints of Tussock #C69446

RGB

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

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

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

R = 47.6%
G = 35.58%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69446 (or 0xC69446) is known color: Tussock. HEX triplet: C6, 94 and 46. RGB value is (198,148,70). Sum of RGB (Red+Green+Blue) = 198+148+70=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69446 is #396BB9. Grayscale: #9A9A9A. Windows color (decimal): -3763130 or 4625606. OLE color: 4625606.

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

Color convert

RGB 198 148 70 -
CMYK 0 0.25 0.65 0.22
HSL 36.56º 0.53% 0.53% -
HSV(B) 36.56º 0.65% 0.78% -
XYZ 34.98 33.63 10.44 -
YUV 154.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 198 148 70 0 0.25 0.65 0.22 36.56 0.53 0.53
Hex C6 94 46 0 19 41 16 25 35 35
Octal 306 224 106 0 31 101 26 45 65 65
Binary 11000110 10010100 1000110 0 11001 1000001 10110 100101 110101 110101

Color Harmonies of #C69446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69446

Black with #C69446

Text Example


Text Example

White with #C69446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69446; }

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

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

background-color css

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

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

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

border-color css

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

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

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