Html Css Color HEX #985937 Indochine

📋 copy color: '#985937'

red 152 ◦ green 89 ◦ blue 55

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

Shades of Indochine #985937

Tints of Indochine #985937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 51.35%
G = 30.07%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#985937 (or 0x985937) is known color: Indochine. HEX triplet: 98, 59 and 37. RGB value is (152,89,55). Sum of RGB (Red+Green+Blue) = 152+89+55=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #985937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985937 is #67A6C8. Grayscale: #686868. Windows color (decimal): -6792905 or 3627416. OLE color: 3627416.

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

Color convert

RGB 152 89 55 -
CMYK 0 0.41 0.64 0.40
HSL 21.03º 0.47% 0.41% -
HSV(B) 21.03º 0.64% 0.6% -
XYZ 17.21 14.1 5.43 -
YUV 103.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 152 89 55 0 0.41 0.64 0.40 21.03 0.47 0.41
Hex 98 59 37 0 29 40 28 15 2F 29
Octal 230 131 67 0 51 100 50 25 57 51
Binary 10011000 1011001 110111 0 101001 1000000 101000 10101 101111 101001

Color Harmonies of #985937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985937

Black with #985937

Text Example


Text Example

White with #985937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985937; }

 p { color: rgb(152,89,55); }

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

background-color css

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

 a { background-color: rgb(152,89,55); }

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

border-color css

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

 span { border-color: rgb(152,89,55); }

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