Html Css Color HEX #996042 Sepia

📋 copy color: '#996042'

red 153 ◦ green 96 ◦ blue 66

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

Shades of Sepia #996042

Tints of Sepia #996042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 48.57%
G = 30.48%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996042 (or 0x996042) is known color: Sepia. HEX triplet: 99, 60 and 42. RGB value is (153,96,66). Sum of RGB (Red+Green+Blue) = 153+96+66=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996042 is #669FBD. Grayscale: #6D6D6D. Windows color (decimal): -6725566 or 4350105. OLE color: 4350105.

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

Color convert

RGB 153 96 66 -
CMYK 0 0.37 0.57 0.4
HSL 20.69º 0.4% 0.43% -
HSV(B) 20.69º 0.57% 0.6% -
XYZ 18.3 15.53 7.19 -
YUV 109.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 153 96 66 0 0.37 0.57 0.4 20.69 0.4 0.43
Hex 99 60 42 0 25 39 28 15 28 2B
Octal 231 140 102 0 45 71 50 25 50 53
Binary 10011001 1100000 1000010 0 100101 111001 101000 10101 101000 101011

Color Harmonies of #996042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996042

Black with #996042

Text Example


Text Example

White with #996042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996042; }

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

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

background-color css

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

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

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

border-color css

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

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

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