Html Css Color HEX #986139 Indochine

📋 copy color: '#986139'

red 152 ◦ green 97 ◦ blue 57

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

Shades of Indochine #986139

Tints of Indochine #986139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 49.67%
G = 31.7%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#986139 (or 0x986139) is known color: Indochine. HEX triplet: 98, 61 and 39. RGB value is (152,97,57). Sum of RGB (Red+Green+Blue) = 152+97+57=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986139 is #679EC6. Grayscale: #6D6D6D. Windows color (decimal): -6790855 or 3760536. OLE color: 3760536.

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

Color convert

RGB 152 97 57 -
CMYK 0 0.36 0.62 0.40
HSL 25.26º 0.45% 0.41% -
HSV(B) 25.26º 0.63% 0.6% -
XYZ 17.96 15.52 5.92 -
YUV 108.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 152 97 57 0 0.36 0.62 0.40 25.26 0.45 0.41
Hex 98 61 39 0 24 3E 28 19 2D 29
Octal 230 141 71 0 44 76 50 31 55 51
Binary 10011000 1100001 111001 0 100100 111110 101000 11001 101101 101001

Color Harmonies of #986139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986139

Black with #986139

Text Example


Text Example

White with #986139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986139; }

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

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

background-color css

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

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

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

border-color css

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

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

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