Html Css Color HEX #986049 Sepia

📋 copy color: '#986049'

red 152 ◦ green 96 ◦ blue 73

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

Shades of Sepia #986049

Tints of Sepia #986049

RGB

 RED value IS 152 (59.77% from 255) = 47.35%

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

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 47.35%
G = 29.91%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#986049 (or 0x986049) is known color: Sepia. HEX triplet: 98, 60 and 49. RGB value is (152,96,73). Sum of RGB (Red+Green+Blue) = 152+96+73=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986049 is #679FB6. Grayscale: #6E6E6E. Windows color (decimal): -6791095 or 4808856. OLE color: 4808856.

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

Color convert

RGB 152 96 73 -
CMYK 0 0.37 0.52 0.40
HSL 17.47º 0.35% 0.44% -
HSV(B) 17.47º 0.52% 0.6% -
XYZ 18.33 15.52 8.33 -
YUV 110.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 152 96 73 0 0.37 0.52 0.40 17.47 0.35 0.44
Hex 98 60 49 0 25 34 28 11 23 2C
Octal 230 140 111 0 45 64 50 21 43 54
Binary 10011000 1100000 1001001 0 100101 110100 101000 10001 100011 101100

Color Harmonies of #986049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986049

Black with #986049

Text Example


Text Example

White with #986049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986049; }

 p { color: rgb(152,96,73); }

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

background-color css

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

 a { background-color: rgb(152,96,73); }

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

border-color css

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

 span { border-color: rgb(152,96,73); }

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