Html Css Color HEX #985946 Sepia

📋 copy color: '#985946'

red 152 ◦ green 89 ◦ blue 70

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

Shades of Sepia #985946

Tints of Sepia #985946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 48.87%
G = 28.62%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985946 (or 0x985946) is known color: Sepia. HEX triplet: 98, 59 and 46. RGB value is (152,89,70). Sum of RGB (Red+Green+Blue) = 152+89+70=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985946 is #67A6B9. Grayscale: #696969. Windows color (decimal): -6792890 or 4610456. OLE color: 4610456.

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

Color convert

RGB 152 89 70 -
CMYK 0 0.41 0.54 0.40
HSL 13.9º 0.37% 0.44% -
HSV(B) 13.9º 0.54% 0.6% -
XYZ 17.63 14.26 7.62 -
YUV 105.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 152 89 70 0 0.41 0.54 0.40 13.9 0.37 0.44
Hex 98 59 46 0 29 36 28 E 25 2C
Octal 230 131 106 0 51 66 50 16 45 54
Binary 10011000 1011001 1000110 0 101001 110110 101000 1110 100101 101100

Color Harmonies of #985946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985946

Black with #985946

Text Example


Text Example

White with #985946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985946; }

 p { color: rgb(152,89,70); }

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

background-color css

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

 a { background-color: rgb(152,89,70); }

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

border-color css

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

 span { border-color: rgb(152,89,70); }

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