Html Css Color HEX #986138 Indochine

📋 copy color: '#986138'

red 152 ◦ green 97 ◦ blue 56

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

Shades of Indochine #986138

Tints of Indochine #986138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 49.84%
G = 31.8%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#986138 (or 0x986138) is known color: Indochine. HEX triplet: 98, 61 and 38. RGB value is (152,97,56). Sum of RGB (Red+Green+Blue) = 152+97+56=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986138 is #679EC7. Grayscale: #6C6C6C. Windows color (decimal): -6790856 or 3695000. OLE color: 3695000.

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

Color convert

RGB 152 97 56 -
CMYK 0 0.36 0.63 0.40
HSL 25.63º 0.46% 0.41% -
HSV(B) 25.63º 0.63% 0.6% -
XYZ 17.94 15.51 5.79 -
YUV 108.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 152 97 56 0 0.36 0.63 0.40 25.63 0.46 0.41
Hex 98 61 38 0 24 3F 28 1A 2E 29
Octal 230 141 70 0 44 77 50 32 56 51
Binary 10011000 1100001 111000 0 100100 111111 101000 11010 101110 101001

Color Harmonies of #986138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986138

Black with #986138

Text Example


Text Example

White with #986138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986138; }

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

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

background-color css

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

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

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

border-color css

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

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

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