Html Css Color HEX #996E5C Toast

📋 copy color: '#996E5C'

red 153 ◦ green 110 ◦ blue 92

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

Shades of Toast #996E5C

Tints of Toast #996E5C

RGB

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

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

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

R = 43.1%
G = 30.99%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#996E5C (or 0x996E5C) is known color: Toast. HEX triplet: 99, 6E and 5C. RGB value is (153,110,92). Sum of RGB (Red+Green+Blue) = 153+110+92=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E5C is #6691A3. Grayscale: #787878. Windows color (decimal): -6721956 or 6057625. OLE color: 6057625.

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

Color convert

RGB 153 110 92 -
CMYK 0 0.28 0.40 0.4
HSL 17.7º 0.25% 0.48% -
HSV(B) 17.7º 0.4% 0.6% -
XYZ 20.64 18.7 12.65 -
YUV 120.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 153 110 92 0 0.28 0.40 0.4 17.7 0.25 0.48
Hex 99 6E 5C 0 1C 28 28 12 19 30
Octal 231 156 134 0 34 50 50 22 31 60
Binary 10011001 1101110 1011100 0 11100 101000 101000 10010 11001 110000

Color Harmonies of #996E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E5C

Black with #996E5C

Text Example


Text Example

White with #996E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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