Html Css Color HEX #986133 Indochine

📋 copy color: '#986133'

red 152 ◦ green 97 ◦ blue 51

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

Shades of Indochine #986133

Tints of Indochine #986133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 50.67%
G = 32.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#986133 (or 0x986133) is known color: Indochine. HEX triplet: 98, 61 and 33. RGB value is (152,97,51). Sum of RGB (Red+Green+Blue) = 152+97+51=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986133 is #679ECC. Grayscale: #6C6C6C. Windows color (decimal): -6790861 or 3367320. OLE color: 3367320.

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

Color convert

RGB 152 97 51 -
CMYK 0 0.36 0.66 0.40
HSL 27.33º 0.5% 0.4% -
HSV(B) 27.33º 0.66% 0.6% -
XYZ 17.82 15.46 5.18 -
YUV 108.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 152 97 51 0 0.36 0.66 0.40 27.33 0.5 0.4
Hex 98 61 33 0 24 42 28 1B 32 28
Octal 230 141 63 0 44 102 50 33 62 50
Binary 10011000 1100001 110011 0 100100 1000010 101000 11011 110010 101000

Color Harmonies of #986133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986133

Black with #986133

Text Example


Text Example

White with #986133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986133; }

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

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

background-color css

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

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

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

border-color css

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

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

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