Html Css Color HEX #986132 Indochine

📋 copy color: '#986132'

red 152 ◦ green 97 ◦ blue 50

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

Shades of Indochine #986132

Tints of Indochine #986132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 50.84%
G = 32.44%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#986132 (or 0x986132) is known color: Indochine. HEX triplet: 98, 61 and 32. RGB value is (152,97,50). Sum of RGB (Red+Green+Blue) = 152+97+50=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #986132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986132 is #679ECD. Grayscale: #6C6C6C. Windows color (decimal): -6790862 or 3301784. OLE color: 3301784.

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

Color convert

RGB 152 97 50 -
CMYK 0 0.36 0.67 0.40
HSL 27.65º 0.5% 0.4% -
HSV(B) 27.65º 0.67% 0.6% -
XYZ 17.8 15.46 5.06 -
YUV 108.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 152 97 50 0 0.36 0.67 0.40 27.65 0.5 0.4
Hex 98 61 32 0 24 43 28 1C 32 28
Octal 230 141 62 0 44 103 50 34 62 50
Binary 10011000 1100001 110010 0 100100 1000011 101000 11100 110010 101000

Color Harmonies of #986132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986132

Black with #986132

Text Example


Text Example

White with #986132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986132; }

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

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

background-color css

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

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

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

border-color css

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

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

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