Html Css Color HEX #995745 Sepia

📋 copy color: '#995745'

red 153 ◦ green 87 ◦ blue 69

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

Shades of Sepia #995745

Tints of Sepia #995745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 49.51%
G = 28.16%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#995745 (or 0x995745) is known color: Sepia. HEX triplet: 99, 57 and 45. RGB value is (153,87,69). Sum of RGB (Red+Green+Blue) = 153+87+69=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995745 is #66A8BA. Grayscale: #686868. Windows color (decimal): -6727867 or 4544409. OLE color: 4544409.

HSL color Cylindrical-coordinate representation of color #995745: hue angle of 12.86º 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 #995745 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 69 -
CMYK 0 0.43 0.55 0.4
HSL 12.86º 0.38% 0.44% -
HSV(B) 12.86º 0.55% 0.6% -
XYZ 17.62 14.02 7.41 -
YUV 104.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 153 87 69 0 0.43 0.55 0.4 12.86 0.38 0.44
Hex 99 57 45 0 2B 37 28 D 26 2C
Octal 231 127 105 0 53 67 50 15 46 54
Binary 10011001 1010111 1000101 0 101011 110111 101000 1101 100110 101100

Color Harmonies of #995745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995745

Black with #995745

Text Example


Text Example

White with #995745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995745; }

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

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

background-color css

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

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

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

border-color css

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

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

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