Html Css Color HEX #996046 Sepia

📋 copy color: '#996046'

red 153 ◦ green 96 ◦ blue 70

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

Shades of Sepia #996046

Tints of Sepia #996046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 47.96%
G = 30.09%
B = 21.94%

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

#996046 (or 0x996046) is known color: Sepia. HEX triplet: 99, 60 and 46. RGB value is (153,96,70). Sum of RGB (Red+Green+Blue) = 153+96+70=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996046 is #669FB9. Grayscale: #6E6E6E. Windows color (decimal): -6725562 or 4612249. OLE color: 4612249.

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

Color convert

RGB 153 96 70 -
CMYK 0 0.37 0.54 0.4
HSL 18.8º 0.37% 0.44% -
HSV(B) 18.8º 0.54% 0.6% -
XYZ 18.43 15.58 7.83 -
YUV 110.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 153 96 70 0 0.37 0.54 0.4 18.8 0.37 0.44
Hex 99 60 46 0 25 36 28 13 25 2C
Octal 231 140 106 0 45 66 50 23 45 54
Binary 10011001 1100000 1000110 0 100101 110110 101000 10011 100101 101100

Color Harmonies of #996046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996046

Black with #996046

Text Example


Text Example

White with #996046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996046; }

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

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

background-color css

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

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

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

border-color css

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

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

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