Html Css Color HEX #C69A46 Tussock

📋 copy color: '#C69A46'

red 198 ◦ green 154 ◦ blue 70

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

Shades of Tussock #C69A46

Tints of Tussock #C69A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 46.92%
G = 36.49%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69A46 (or 0xC69A46) is known color: Tussock. HEX triplet: C6, 9A and 46. RGB value is (198,154,70). Sum of RGB (Red+Green+Blue) = 198+154+70=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A46 is #3965B9. Grayscale: #9D9D9D. Windows color (decimal): -3761594 or 4627142. OLE color: 4627142.

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

Color convert

RGB 198 154 70 -
CMYK 0 0.22 0.65 0.22
HSL 39.38º 0.53% 0.53% -
HSV(B) 39.38º 0.65% 0.78% -
XYZ 35.95 35.56 10.76 -
YUV 157.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 198 154 70 0 0.22 0.65 0.22 39.38 0.53 0.53
Hex C6 9A 46 0 16 41 16 27 35 35
Octal 306 232 106 0 26 101 26 47 65 65
Binary 11000110 10011010 1000110 0 10110 1000001 10110 100111 110101 110101

Color Harmonies of #C69A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A46

Black with #C69A46

Text Example


Text Example

White with #C69A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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