Html Css Color HEX #997161 Toast

📋 copy color: '#997161'

red 153 ◦ green 113 ◦ blue 97

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

Shades of Toast #997161

Tints of Toast #997161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 42.15%
G = 31.13%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#997161 (or 0x997161) is known color: Toast. HEX triplet: 99, 71 and 61. RGB value is (153,113,97). Sum of RGB (Red+Green+Blue) = 153+113+97=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #997161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997161 is #668E9E. Grayscale: #7B7B7B. Windows color (decimal): -6721183 or 6386073. OLE color: 6386073.

HSL color Cylindrical-coordinate representation of color #997161: hue angle of 17.14º 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 #997161 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 97 -
CMYK 0 0.26 0.37 0.4
HSL 17.14º 0.22% 0.49% -
HSV(B) 17.14º 0.37% 0.6% -
XYZ 21.2 19.45 13.95 -
YUV 123.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 153 113 97 0 0.26 0.37 0.4 17.14 0.22 0.49
Hex 99 71 61 0 1A 25 28 11 16 31
Octal 231 161 141 0 32 45 50 21 26 61
Binary 10011001 1110001 1100001 0 11010 100101 101000 10001 10110 110001

Color Harmonies of #997161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997161

Black with #997161

Text Example


Text Example

White with #997161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997161; }

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

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

background-color css

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

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

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

border-color css

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

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

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