Html Css Color HEX #996145 Sepia

📋 copy color: '#996145'

red 153 ◦ green 97 ◦ blue 69

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

Shades of Sepia #996145

Tints of Sepia #996145

RGB

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

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

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

R = 47.96%
G = 30.41%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996145 (or 0x996145) is known color: Sepia. HEX triplet: 99, 61 and 45. RGB value is (153,97,69). Sum of RGB (Red+Green+Blue) = 153+97+69=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996145 is #669EBA. Grayscale: #6E6E6E. Windows color (decimal): -6725307 or 4546969. OLE color: 4546969.

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

Color convert

RGB 153 97 69 -
CMYK 0 0.37 0.55 0.4
HSL 20º 0.38% 0.44% -
HSV(B) 20º 0.55% 0.6% -
XYZ 18.49 15.75 7.7 -
YUV 110.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 153 97 69 0 0.37 0.55 0.4 20 0.38 0.44
Hex 99 61 45 0 25 37 28 14 26 2C
Octal 231 141 105 0 45 67 50 24 46 54
Binary 10011001 1100001 1000101 0 100101 110111 101000 10100 100110 101100

Color Harmonies of #996145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996145

Black with #996145

Text Example


Text Example

White with #996145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996145; }

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

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

background-color css

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

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

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

border-color css

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

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

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