Html Css Color HEX #996E60 Toast

📋 copy color: '#996E60'

red 153 ◦ green 110 ◦ blue 96

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

Shades of Toast #996E60

Tints of Toast #996E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 42.62%
G = 30.64%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996E60 (or 0x996E60) is known color: Toast. HEX triplet: 99, 6E and 60. RGB value is (153,110,96). Sum of RGB (Red+Green+Blue) = 153+110+96=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #996E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E60 is #66919F. Grayscale: #797979. Windows color (decimal): -6721952 or 6319769. OLE color: 6319769.

HSL color Cylindrical-coordinate representation of color #996E60: hue angle of 14.74º degrees, saturation: 0.23, 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 #996E60 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 96 -
CMYK 0 0.28 0.37 0.4
HSL 14.74º 0.23% 0.49% -
HSV(B) 14.74º 0.37% 0.6% -
XYZ 20.82 18.77 13.59 -
YUV 121.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 153 110 96 0 0.28 0.37 0.4 14.74 0.23 0.49
Hex 99 6E 60 0 1C 25 28 F 17 31
Octal 231 156 140 0 34 45 50 17 27 61
Binary 10011001 1101110 1100000 0 11100 100101 101000 1111 10111 110001

Color Harmonies of #996E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E60

Black with #996E60

Text Example


Text Example

White with #996E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E60; }

 p { color: rgb(153,110,96); }

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

background-color css

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

 a { background-color: rgb(153,110,96); }

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

border-color css

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

 span { border-color: rgb(153,110,96); }

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