Html Css Color HEX #996D5C Toast

📋 copy color: '#996D5C'

red 153 ◦ green 109 ◦ blue 92

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

Shades of Toast #996D5C

Tints of Toast #996D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 43.22%
G = 30.79%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#996D5C (or 0x996D5C) is known color: Toast. HEX triplet: 99, 6D and 5C. RGB value is (153,109,92). Sum of RGB (Red+Green+Blue) = 153+109+92=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D5C is #6692A3. Grayscale: #787878. Windows color (decimal): -6722212 or 6057369. OLE color: 6057369.

HSL color Cylindrical-coordinate representation of color #996D5C: hue angle of 16.72º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #996D5C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 92 -
CMYK 0 0.29 0.40 0.4
HSL 16.72º 0.25% 0.48% -
HSV(B) 16.72º 0.4% 0.6% -
XYZ 20.54 18.48 12.61 -
YUV 120.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 153 109 92 0 0.29 0.40 0.4 16.72 0.25 0.48
Hex 99 6D 5C 0 1D 28 28 11 19 30
Octal 231 155 134 0 35 50 50 21 31 60
Binary 10011001 1101101 1011100 0 11101 101000 101000 10001 11001 110000

Color Harmonies of #996D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D5C

Black with #996D5C

Text Example


Text Example

White with #996D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,92); }

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

background-color css

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

 a { background-color: rgb(153,109,92); }

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

border-color css

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

 span { border-color: rgb(153,109,92); }

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