Html Css Color HEX #986334 Indochine

📋 copy color: '#986334'

red 152 ◦ green 99 ◦ blue 52

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

Shades of Indochine #986334

Tints of Indochine #986334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 50.17%
G = 32.67%
B = 17.16%

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

#986334 (or 0x986334) is known color: Indochine. HEX triplet: 98, 63 and 34. RGB value is (152,99,52). Sum of RGB (Red+Green+Blue) = 152+99+52=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #986334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986334 is #679CCB. Grayscale: #6D6D6D. Windows color (decimal): -6790348 or 3433368. OLE color: 3433368.

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

Color convert

RGB 152 99 52 -
CMYK 0 0.35 0.66 0.40
HSL 28.2º 0.49% 0.4% -
HSV(B) 28.2º 0.66% 0.6% -
XYZ 18.03 15.85 5.36 -
YUV 109.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 152 99 52 0 0.35 0.66 0.40 28.2 0.49 0.4
Hex 98 63 34 0 23 42 28 1C 31 28
Octal 230 143 64 0 43 102 50 34 61 50
Binary 10011000 1100011 110100 0 100011 1000010 101000 11100 110001 101000

Color Harmonies of #986334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986334

Black with #986334

Text Example


Text Example

White with #986334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986334; }

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

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

background-color css

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

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

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

border-color css

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

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

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