Html Css Color HEX #986336 Indochine

📋 copy color: '#986336'

red 152 ◦ green 99 ◦ blue 54

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

Shades of Indochine #986336

Tints of Indochine #986336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 49.84%
G = 32.46%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#986336 (or 0x986336) is known color: Indochine. HEX triplet: 98, 63 and 36. RGB value is (152,99,54). Sum of RGB (Red+Green+Blue) = 152+99+54=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986336 is #679CC9. Grayscale: #6D6D6D. Windows color (decimal): -6790346 or 3564440. OLE color: 3564440.

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

Color convert

RGB 152 99 54 -
CMYK 0 0.35 0.64 0.40
HSL 27.55º 0.48% 0.4% -
HSV(B) 27.55º 0.64% 0.6% -
XYZ 18.08 15.87 5.6 -
YUV 109.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 152 99 54 0 0.35 0.64 0.40 27.55 0.48 0.4
Hex 98 63 36 0 23 40 28 1C 30 28
Octal 230 143 66 0 43 100 50 34 60 50
Binary 10011000 1100011 110110 0 100011 1000000 101000 11100 110000 101000

Color Harmonies of #986336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986336

Black with #986336

Text Example


Text Example

White with #986336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986336; }

 p { color: rgb(152,99,54); }

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

background-color css

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

 a { background-color: rgb(152,99,54); }

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

border-color css

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

 span { border-color: rgb(152,99,54); }

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