Html Css Color HEX #986333 Indochine

📋 copy color: '#986333'

red 152 ◦ green 99 ◦ blue 51

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

Shades of Indochine #986333

Tints of Indochine #986333

RGB

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

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

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

R = 50.33%
G = 32.78%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#986333 (or 0x986333) is known color: Indochine. HEX triplet: 98, 63 and 33. RGB value is (152,99,51). Sum of RGB (Red+Green+Blue) = 152+99+51=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986333 is #679CCC. Grayscale: #6D6D6D. Windows color (decimal): -6790349 or 3367832. OLE color: 3367832.

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

Color convert

RGB 152 99 51 -
CMYK 0 0.35 0.66 0.40
HSL 28.51º 0.5% 0.4% -
HSV(B) 28.51º 0.66% 0.6% -
XYZ 18.01 15.84 5.24 -
YUV 109.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 152 99 51 0 0.35 0.66 0.40 28.51 0.5 0.4
Hex 98 63 33 0 23 42 28 1D 32 28
Octal 230 143 63 0 43 102 50 35 62 50
Binary 10011000 1100011 110011 0 100011 1000010 101000 11101 110010 101000

Color Harmonies of #986333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986333

Black with #986333

Text Example


Text Example

White with #986333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986333; }

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

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

background-color css

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

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

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

border-color css

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

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

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