Html Css Color HEX #997262 Toast

📋 copy color: '#997262'

red 153 ◦ green 114 ◦ blue 98

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

Shades of Toast #997262

Tints of Toast #997262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 41.92%
G = 31.23%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#997262 (or 0x997262) is known color: Toast. HEX triplet: 99, 72 and 62. RGB value is (153,114,98). Sum of RGB (Red+Green+Blue) = 153+114+98=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997262 is #668D9D. Grayscale: #7B7B7B. Windows color (decimal): -6720926 or 6451865. OLE color: 6451865.

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

Color convert

RGB 153 114 98 -
CMYK 0 0.25 0.36 0.4
HSL 17.45º 0.22% 0.49% -
HSV(B) 17.45º 0.36% 0.6% -
XYZ 21.36 19.69 14.23 -
YUV 123.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 153 114 98 0 0.25 0.36 0.4 17.45 0.22 0.49
Hex 99 72 62 0 19 24 28 11 16 31
Octal 231 162 142 0 31 44 50 21 26 61
Binary 10011001 1110010 1100010 0 11001 100100 101000 10001 10110 110001

Color Harmonies of #997262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997262

Black with #997262

Text Example


Text Example

White with #997262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997262; }

 p { color: rgb(153,114,98); }

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

background-color css

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

 a { background-color: rgb(153,114,98); }

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

border-color css

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

 span { border-color: rgb(153,114,98); }

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