Html Css Color HEX #986238 Indochine

📋 copy color: '#986238'

red 152 ◦ green 98 ◦ blue 56

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

Shades of Indochine #986238

Tints of Indochine #986238

RGB

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

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

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

R = 49.67%
G = 32.03%
B = 18.3%

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

#986238 (or 0x986238) is known color: Indochine. HEX triplet: 98, 62 and 38. RGB value is (152,98,56). Sum of RGB (Red+Green+Blue) = 152+98+56=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986238 is #679DC7. Grayscale: #6D6D6D. Windows color (decimal): -6790600 or 3695256. OLE color: 3695256.

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

Color convert

RGB 152 98 56 -
CMYK 0 0.36 0.63 0.40
HSL 26.25º 0.46% 0.41% -
HSV(B) 26.25º 0.63% 0.6% -
XYZ 18.03 15.7 5.82 -
YUV 109.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 152 98 56 0 0.36 0.63 0.40 26.25 0.46 0.41
Hex 98 62 38 0 24 3F 28 1A 2E 29
Octal 230 142 70 0 44 77 50 32 56 51
Binary 10011000 1100010 111000 0 100100 111111 101000 11010 101110 101001

Color Harmonies of #986238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986238

Black with #986238

Text Example


Text Example

White with #986238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986238; }

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

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

background-color css

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

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

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

border-color css

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

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

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