Html Css Color HEX #996047 Sepia

📋 copy color: '#996047'

red 153 ◦ green 96 ◦ blue 71

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

Shades of Sepia #996047

Tints of Sepia #996047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 47.81%
G = 30%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#996047 (or 0x996047) is known color: Sepia. HEX triplet: 99, 60 and 47. RGB value is (153,96,71). Sum of RGB (Red+Green+Blue) = 153+96+71=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996047 is #669FB8. Grayscale: #6E6E6E. Windows color (decimal): -6725561 or 4677785. OLE color: 4677785.

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

Color convert

RGB 153 96 71 -
CMYK 0 0.37 0.54 0.4
HSL 18.29º 0.37% 0.44% -
HSV(B) 18.29º 0.54% 0.6% -
XYZ 18.46 15.59 8 -
YUV 110.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 153 96 71 0 0.37 0.54 0.4 18.29 0.37 0.44
Hex 99 60 47 0 25 36 28 12 25 2C
Octal 231 140 107 0 45 66 50 22 45 54
Binary 10011001 1100000 1000111 0 100101 110110 101000 10010 100101 101100

Color Harmonies of #996047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996047

Black with #996047

Text Example


Text Example

White with #996047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996047; }

 p { color: rgb(153,96,71); }

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

background-color css

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

 a { background-color: rgb(153,96,71); }

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

border-color css

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

 span { border-color: rgb(153,96,71); }

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