Html Css Color HEX #996C5D Toast

📋 copy color: '#996C5D'

red 153 ◦ green 108 ◦ blue 93

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

Shades of Toast #996C5D

Tints of Toast #996C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 43.22%
G = 30.51%
B = 26.27%

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

#996C5D (or 0x996C5D) is known color: Toast. HEX triplet: 99, 6C and 5D. RGB value is (153,108,93). Sum of RGB (Red+Green+Blue) = 153+108+93=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C5D is #6693A2. Grayscale: #777777. Windows color (decimal): -6722467 or 6122649. OLE color: 6122649.

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

Color convert

RGB 153 108 93 -
CMYK 0 0.29 0.39 0.4
HSL 15º 0.24% 0.48% -
HSV(B) 15º 0.39% 0.6% -
XYZ 20.48 18.29 12.81 -
YUV 119.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 153 108 93 0 0.29 0.39 0.4 15 0.24 0.48
Hex 99 6C 5D 0 1D 27 28 F 18 30
Octal 231 154 135 0 35 47 50 17 30 60
Binary 10011001 1101100 1011101 0 11101 100111 101000 1111 11000 110000

Color Harmonies of #996C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C5D

Black with #996C5D

Text Example


Text Example

White with #996C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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