Html Css Color HEX #996148 Sepia

📋 copy color: '#996148'

red 153 ◦ green 97 ◦ blue 72

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

Shades of Sepia #996148

Tints of Sepia #996148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 72 (28.52% from 255) = 22.36%

R = 47.52%
G = 30.12%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#996148 (or 0x996148) is known color: Sepia. HEX triplet: 99, 61 and 48. RGB value is (153,97,72). Sum of RGB (Red+Green+Blue) = 153+97+72=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996148 is #669EB7. Grayscale: #6F6F6F. Windows color (decimal): -6725304 or 4743577. OLE color: 4743577.

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

Color convert

RGB 153 97 72 -
CMYK 0 0.37 0.53 0.4
HSL 18.52º 0.36% 0.44% -
HSV(B) 18.52º 0.53% 0.6% -
XYZ 18.58 15.79 8.2 -
YUV 110.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 153 97 72 0 0.37 0.53 0.4 18.52 0.36 0.44
Hex 99 61 48 0 25 35 28 13 24 2C
Octal 231 141 110 0 45 65 50 23 44 54
Binary 10011001 1100001 1001000 0 100101 110101 101000 10011 100100 101100

Color Harmonies of #996148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996148

Black with #996148

Text Example


Text Example

White with #996148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996148; }

 p { color: rgb(153,97,72); }

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

background-color css

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

 a { background-color: rgb(153,97,72); }

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

border-color css

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

 span { border-color: rgb(153,97,72); }

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