Html Css Color HEX #99715D Toast

📋 copy color: '#99715D'

red 153 ◦ green 113 ◦ blue 93

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

Shades of Toast #99715D

Tints of Toast #99715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 42.62%
G = 31.48%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99715D (or 0x99715D) is known color: Toast. HEX triplet: 99, 71 and 5D. RGB value is (153,113,93). Sum of RGB (Red+Green+Blue) = 153+113+93=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715D is #668EA2. Grayscale: #7A7A7A. Windows color (decimal): -6721187 or 6123929. OLE color: 6123929.

HSL color Cylindrical-coordinate representation of color #99715D: hue angle of 20º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99715D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 93 -
CMYK 0 0.26 0.39 0.4
HSL 20º 0.24% 0.48% -
HSV(B) 20º 0.39% 0.6% -
XYZ 21.02 19.37 12.99 -
YUV 122.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 153 113 93 0 0.26 0.39 0.4 20 0.24 0.48
Hex 99 71 5D 0 1A 27 28 14 18 30
Octal 231 161 135 0 32 47 50 24 30 60
Binary 10011001 1110001 1011101 0 11010 100111 101000 10100 11000 110000

Color Harmonies of #99715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99715D

Black with #99715D

Text Example


Text Example

White with #99715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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