Html Css Color HEX #986234 Indochine

📋 copy color: '#986234'

red 152 ◦ green 98 ◦ blue 52

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

Shades of Indochine #986234

Tints of Indochine #986234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

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

R = 50.33%
G = 32.45%
B = 17.22%

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

#986234 (or 0x986234) is known color: Indochine. HEX triplet: 98, 62 and 34. RGB value is (152,98,52). Sum of RGB (Red+Green+Blue) = 152+98+52=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986234 is #679DCB. Grayscale: #6D6D6D. Windows color (decimal): -6790604 or 3433112. OLE color: 3433112.

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

Color convert

RGB 152 98 52 -
CMYK 0 0.36 0.66 0.40
HSL 27.6º 0.49% 0.4% -
HSV(B) 27.6º 0.66% 0.6% -
XYZ 17.94 15.66 5.33 -
YUV 108.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 152 98 52 0 0.36 0.66 0.40 27.6 0.49 0.4
Hex 98 62 34 0 24 42 28 1C 31 28
Octal 230 142 64 0 44 102 50 34 61 50
Binary 10011000 1100010 110100 0 100100 1000010 101000 11100 110001 101000

Color Harmonies of #986234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986234

Black with #986234

Text Example


Text Example

White with #986234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986234; }

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

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

background-color css

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

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

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

border-color css

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

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

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