Html Css Color HEX #986131 Indochine

📋 copy color: '#986131'

red 152 ◦ green 97 ◦ blue 49

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

Shades of Indochine #986131

Tints of Indochine #986131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 51.01%
G = 32.55%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986131 (or 0x986131) is known color: Indochine. HEX triplet: 98, 61 and 31. RGB value is (152,97,49). Sum of RGB (Red+Green+Blue) = 152+97+49=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986131 is #679ECE. Grayscale: #6C6C6C. Windows color (decimal): -6790863 or 3236248. OLE color: 3236248.

HSL color Cylindrical-coordinate representation of color #986131: hue angle of 27.96º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986131 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 49 -
CMYK 0 0.36 0.68 0.40
HSL 27.96º 0.51% 0.39% -
HSV(B) 27.96º 0.68% 0.6% -
XYZ 17.78 15.45 4.95 -
YUV 107.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 152 97 49 0 0.36 0.68 0.40 27.96 0.51 0.39
Hex 98 61 31 0 24 44 28 1C 33 27
Octal 230 141 61 0 44 104 50 34 63 47
Binary 10011000 1100001 110001 0 100100 1000100 101000 11100 110011 100111

Color Harmonies of #986131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986131

Black with #986131

Text Example


Text Example

White with #986131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986131; }

 p { color: rgb(152,97,49); }

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

background-color css

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

 a { background-color: rgb(152,97,49); }

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

border-color css

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

 span { border-color: rgb(152,97,49); }

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