Html Css Color HEX #986041 Sepia

📋 copy color: '#986041'

red 152 ◦ green 96 ◦ blue 65

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

Shades of Sepia #986041

Tints of Sepia #986041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 48.56%
G = 30.67%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#986041 (or 0x986041) is known color: Sepia. HEX triplet: 98, 60 and 41. RGB value is (152,96,65). Sum of RGB (Red+Green+Blue) = 152+96+65=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986041 is #679FBE. Grayscale: #6D6D6D. Windows color (decimal): -6791103 or 4284568. OLE color: 4284568.

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

Color convert

RGB 152 96 65 -
CMYK 0 0.37 0.57 0.40
HSL 21.38º 0.4% 0.43% -
HSV(B) 21.38º 0.57% 0.6% -
XYZ 18.09 15.42 7.02 -
YUV 109.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 152 96 65 0 0.37 0.57 0.40 21.38 0.4 0.43
Hex 98 60 41 0 25 39 28 15 28 2B
Octal 230 140 101 0 45 71 50 25 50 53
Binary 10011000 1100000 1000001 0 100101 111001 101000 10101 101000 101011

Color Harmonies of #986041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986041

Black with #986041

Text Example


Text Example

White with #986041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986041; }

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

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

background-color css

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

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

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

border-color css

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

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

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