Html Css Color HEX #997368 Toast

📋 copy color: '#997368'

red 153 ◦ green 115 ◦ blue 104

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

Shades of Toast #997368

Tints of Toast #997368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 41.13%
G = 30.91%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#997368 (or 0x997368) is known color: Toast. HEX triplet: 99, 73 and 68. RGB value is (153,115,104). Sum of RGB (Red+Green+Blue) = 153+115+104=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997368 is #668C97. Grayscale: #7D7D7D. Windows color (decimal): -6720664 or 6845337. OLE color: 6845337.

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

Color convert

RGB 153 115 104 -
CMYK 0 0.25 0.32 0.4
HSL 13.47º 0.19% 0.5% -
HSV(B) 13.47º 0.32% 0.6% -
XYZ 21.77 20.03 15.82 -
YUV 125.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 153 115 104 0 0.25 0.32 0.4 13.47 0.19 0.5
Hex 99 73 68 0 19 20 28 D 13 32
Octal 231 163 150 0 31 40 50 15 23 62
Binary 10011001 1110011 1101000 0 11001 100000 101000 1101 10011 110010

Color Harmonies of #997368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997368

Black with #997368

Text Example


Text Example

White with #997368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997368; }

 p { color: rgb(153,115,104); }

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

background-color css

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

 a { background-color: rgb(153,115,104); }

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

border-color css

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

 span { border-color: rgb(153,115,104); }

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