Html Css Color HEX #997461 Toast

📋 copy color: '#997461'

red 153 ◦ green 116 ◦ blue 97

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

Shades of Toast #997461

Tints of Toast #997461

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 41.8%
G = 31.69%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#997461 (or 0x997461) is known color: Toast. HEX triplet: 99, 74 and 61. RGB value is (153,116,97). Sum of RGB (Red+Green+Blue) = 153+116+97=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #997461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997461 is #668B9E. Grayscale: #7D7D7D. Windows color (decimal): -6720415 or 6386841. OLE color: 6386841.

HSL color Cylindrical-coordinate representation of color #997461: hue angle of 20.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997461 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 97 -
CMYK 0 0.24 0.37 0.4
HSL 20.36º 0.22% 0.49% -
HSV(B) 20.36º 0.37% 0.6% -
XYZ 21.54 20.13 14.06 -
YUV 124.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 153 116 97 0 0.24 0.37 0.4 20.36 0.22 0.49
Hex 99 74 61 0 18 25 28 14 16 31
Octal 231 164 141 0 30 45 50 24 26 61
Binary 10011001 1110100 1100001 0 11000 100101 101000 10100 10110 110001

Color Harmonies of #997461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997461

Black with #997461

Text Example


Text Example

White with #997461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997461; }

 p { color: rgb(153,116,97); }

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

background-color css

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

 a { background-color: rgb(153,116,97); }

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

border-color css

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

 span { border-color: rgb(153,116,97); }

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