Html Css Color HEX #986038 Indochine

📋 copy color: '#986038'

red 152 ◦ green 96 ◦ blue 56

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

Shades of Indochine #986038

Tints of Indochine #986038

RGB

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

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

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

R = 50%
G = 31.58%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#986038 (or 0x986038) is known color: Indochine. HEX triplet: 98, 60 and 38. RGB value is (152,96,56). Sum of RGB (Red+Green+Blue) = 152+96+56=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #986038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986038 is #679FC7. Grayscale: #6C6C6C. Windows color (decimal): -6791112 or 3694744. OLE color: 3694744.

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

Color convert

RGB 152 96 56 -
CMYK 0 0.37 0.63 0.40
HSL 25º 0.46% 0.41% -
HSV(B) 25º 0.63% 0.6% -
XYZ 17.85 15.33 5.76 -
YUV 108.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 152 96 56 0 0.37 0.63 0.40 25 0.46 0.41
Hex 98 60 38 0 25 3F 28 19 2E 29
Octal 230 140 70 0 45 77 50 31 56 51
Binary 10011000 1100000 111000 0 100101 111111 101000 11001 101110 101001

Color Harmonies of #986038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986038

Black with #986038

Text Example


Text Example

White with #986038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986038; }

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

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

background-color css

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

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

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

border-color css

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

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

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