Html Css Color HEX #995642 Sepia

📋 copy color: '#995642'

red 153 ◦ green 86 ◦ blue 66

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

Shades of Sepia #995642

Tints of Sepia #995642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 50.16%
G = 28.2%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995642 (or 0x995642) is known color: Sepia. HEX triplet: 99, 56 and 42. RGB value is (153,86,66). Sum of RGB (Red+Green+Blue) = 153+86+66=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995642 is #66A9BD. Grayscale: #676767. Windows color (decimal): -6728126 or 4347545. OLE color: 4347545.

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

Color convert

RGB 153 86 66 -
CMYK 0 0.44 0.57 0.4
HSL 13.79º 0.4% 0.43% -
HSV(B) 13.79º 0.57% 0.6% -
XYZ 17.45 13.82 6.9 -
YUV 103.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 153 86 66 0 0.44 0.57 0.4 13.79 0.4 0.43
Hex 99 56 42 0 2C 39 28 E 28 2B
Octal 231 126 102 0 54 71 50 16 50 53
Binary 10011001 1010110 1000010 0 101100 111001 101000 1110 101000 101011

Color Harmonies of #995642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995642

Black with #995642

Text Example


Text Example

White with #995642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995642; }

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

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

background-color css

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

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

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

border-color css

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

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

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