Html Css Color HEX #996D5E Toast

📋 copy color: '#996D5E'

red 153 ◦ green 109 ◦ blue 94

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

Shades of Toast #996D5E

Tints of Toast #996D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 42.98%
G = 30.62%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#996D5E (or 0x996D5E) is known color: Toast. HEX triplet: 99, 6D and 5E. RGB value is (153,109,94). Sum of RGB (Red+Green+Blue) = 153+109+94=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D5E is #6692A1. Grayscale: #787878. Windows color (decimal): -6722210 or 6188441. OLE color: 6188441.

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

Color convert

RGB 153 109 94 -
CMYK 0 0.29 0.39 0.4
HSL 15.25º 0.24% 0.48% -
HSV(B) 15.25º 0.39% 0.6% -
XYZ 20.63 18.52 13.08 -
YUV 120.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 153 109 94 0 0.29 0.39 0.4 15.25 0.24 0.48
Hex 99 6D 5E 0 1D 27 28 F 18 30
Octal 231 155 136 0 35 47 50 17 30 60
Binary 10011001 1101101 1011110 0 11101 100111 101000 1111 11000 110000

Color Harmonies of #996D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D5E

Black with #996D5E

Text Example


Text Example

White with #996D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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