Html Css Color HEX #986242 Sepia

📋 copy color: '#986242'

red 152 ◦ green 98 ◦ blue 66

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

Shades of Sepia #986242

Tints of Sepia #986242

RGB

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

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

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

R = 48.1%
G = 31.01%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#986242 (or 0x986242) is known color: Sepia. HEX triplet: 98, 62 and 42. RGB value is (152,98,66). Sum of RGB (Red+Green+Blue) = 152+98+66=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #986242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986242 is #679DBD. Grayscale: #6E6E6E. Windows color (decimal): -6790590 or 4350616. OLE color: 4350616.

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

Color convert

RGB 152 98 66 -
CMYK 0 0.36 0.57 0.40
HSL 22.33º 0.39% 0.43% -
HSV(B) 22.33º 0.57% 0.6% -
XYZ 18.3 15.8 7.24 -
YUV 110.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 152 98 66 0 0.36 0.57 0.40 22.33 0.39 0.43
Hex 98 62 42 0 24 39 28 16 27 2B
Octal 230 142 102 0 44 71 50 26 47 53
Binary 10011000 1100010 1000010 0 100100 111001 101000 10110 100111 101011

Color Harmonies of #986242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986242

Black with #986242

Text Example


Text Example

White with #986242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986242; }

 p { color: rgb(152,98,66); }

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

background-color css

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

 a { background-color: rgb(152,98,66); }

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

border-color css

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

 span { border-color: rgb(152,98,66); }

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