Html Css Color HEX #997464 Toast

📋 copy color: '#997464'

red 153 ◦ green 116 ◦ blue 100

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

Shades of Toast #997464

Tints of Toast #997464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 41.46%
G = 31.44%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#997464 (or 0x997464) is known color: Toast. HEX triplet: 99, 74 and 64. RGB value is (153,116,100). Sum of RGB (Red+Green+Blue) = 153+116+100=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #997464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997464 is #668B9B. Grayscale: #7D7D7D. Windows color (decimal): -6720412 or 6583449. OLE color: 6583449.

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

Color convert

RGB 153 116 100 -
CMYK 0 0.24 0.35 0.4
HSL 18.11º 0.21% 0.5% -
HSV(B) 18.11º 0.35% 0.6% -
XYZ 21.68 20.18 14.81 -
YUV 125.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 153 116 100 0 0.24 0.35 0.4 18.11 0.21 0.5
Hex 99 74 64 0 18 23 28 12 15 32
Octal 231 164 144 0 30 43 50 22 25 62
Binary 10011001 1110100 1100100 0 11000 100011 101000 10010 10101 110010

Color Harmonies of #997464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997464

Black with #997464

Text Example


Text Example

White with #997464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997464; }

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

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

background-color css

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

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

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

border-color css

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

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

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