Html Css Color HEX #995945 Sepia

📋 copy color: '#995945'

red 153 ◦ green 89 ◦ blue 69

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

Shades of Sepia #995945

Tints of Sepia #995945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 49.2%
G = 28.62%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#995945 (or 0x995945) is known color: Sepia. HEX triplet: 99, 59 and 45. RGB value is (153,89,69). Sum of RGB (Red+Green+Blue) = 153+89+69=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995945 is #66A6BA. Grayscale: #6A6A6A. Windows color (decimal): -6727355 or 4544921. OLE color: 4544921.

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

Color convert

RGB 153 89 69 -
CMYK 0 0.42 0.55 0.4
HSL 14.29º 0.38% 0.44% -
HSV(B) 14.29º 0.55% 0.6% -
XYZ 17.78 14.35 7.46 -
YUV 105.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 153 89 69 0 0.42 0.55 0.4 14.29 0.38 0.44
Hex 99 59 45 0 2A 37 28 E 26 2C
Octal 231 131 105 0 52 67 50 16 46 54
Binary 10011001 1011001 1000101 0 101010 110111 101000 1110 100110 101100

Color Harmonies of #995945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995945

Black with #995945

Text Example


Text Example

White with #995945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995945; }

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

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

background-color css

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

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

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

border-color css

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

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

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