Html Css Color HEX #995941 Sepia

📋 copy color: '#995941'

red 153 ◦ green 89 ◦ blue 65

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

Shades of Sepia #995941

Tints of Sepia #995941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 49.84%
G = 28.99%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995941 (or 0x995941) is known color: Sepia. HEX triplet: 99, 59 and 41. RGB value is (153,89,65). Sum of RGB (Red+Green+Blue) = 153+89+65=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #995941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995941 is #66A6BE. Grayscale: #696969. Windows color (decimal): -6727359 or 4282777. OLE color: 4282777.

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

Color convert

RGB 153 89 65 -
CMYK 0 0.42 0.58 0.4
HSL 16.36º 0.4% 0.43% -
HSV(B) 16.36º 0.58% 0.6% -
XYZ 17.66 14.3 6.83 -
YUV 105.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 153 89 65 0 0.42 0.58 0.4 16.36 0.4 0.43
Hex 99 59 41 0 2A 3A 28 10 28 2B
Octal 231 131 101 0 52 72 50 20 50 53
Binary 10011001 1011001 1000001 0 101010 111010 101000 10000 101000 101011

Color Harmonies of #995941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995941

Black with #995941

Text Example


Text Example

White with #995941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995941; }

 p { color: rgb(153,89,65); }

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

background-color css

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

 a { background-color: rgb(153,89,65); }

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

border-color css

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

 span { border-color: rgb(153,89,65); }

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