Html Css Color HEX #996245 Sepia

📋 copy color: '#996245'

red 153 ◦ green 98 ◦ blue 69

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

Shades of Sepia #996245

Tints of Sepia #996245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 47.81%
G = 30.63%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#996245 (or 0x996245) is known color: Sepia. HEX triplet: 99, 62 and 45. RGB value is (153,98,69). Sum of RGB (Red+Green+Blue) = 153+98+69=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996245 is #669DBA. Grayscale: #6F6F6F. Windows color (decimal): -6725051 or 4547225. OLE color: 4547225.

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

Color convert

RGB 153 98 69 -
CMYK 0 0.36 0.55 0.4
HSL 20.71º 0.38% 0.44% -
HSV(B) 20.71º 0.55% 0.6% -
XYZ 18.58 15.94 7.73 -
YUV 111.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 153 98 69 0 0.36 0.55 0.4 20.71 0.38 0.44
Hex 99 62 45 0 24 37 28 15 26 2C
Octal 231 142 105 0 44 67 50 25 46 54
Binary 10011001 1100010 1000101 0 100100 110111 101000 10101 100110 101100

Color Harmonies of #996245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996245

Black with #996245

Text Example


Text Example

White with #996245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996245; }

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

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

background-color css

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

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

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

border-color css

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

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

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