Html Css Color HEX #995646 Sepia

📋 copy color: '#995646'

red 153 ◦ green 86 ◦ blue 70

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

Shades of Sepia #995646

Tints of Sepia #995646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 49.51%
G = 27.83%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#995646 (or 0x995646) is known color: Sepia. HEX triplet: 99, 56 and 46. RGB value is (153,86,70). Sum of RGB (Red+Green+Blue) = 153+86+70=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995646 is #66A9B9. Grayscale: #686868. Windows color (decimal): -6728122 or 4609689. OLE color: 4609689.

HSL color Cylindrical-coordinate representation of color #995646: hue angle of 11.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995646 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 70 -
CMYK 0 0.44 0.54 0.4
HSL 11.57º 0.37% 0.44% -
HSV(B) 11.57º 0.54% 0.6% -
XYZ 17.57 13.87 7.55 -
YUV 104.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 153 86 70 0 0.44 0.54 0.4 11.57 0.37 0.44
Hex 99 56 46 0 2C 36 28 C 25 2C
Octal 231 126 106 0 54 66 50 14 45 54
Binary 10011001 1010110 1000110 0 101100 110110 101000 1100 100101 101100

Color Harmonies of #995646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995646

Black with #995646

Text Example


Text Example

White with #995646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995646; }

 p { color: rgb(153,86,70); }

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

background-color css

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

 a { background-color: rgb(153,86,70); }

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

border-color css

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

 span { border-color: rgb(153,86,70); }

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