#98623a

Color #98623A Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #98623A

Tints of Indochine #98623A

Color information

#98623A (or 0x98623A) is unknown color: approx Indochine. HEX triplet: 98, 62 and 3A. RGB value is (152,98,58). Sum of RGB (Red+Green+Blue) = 152+98+58=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98623A is #679DC5. Grayscale: #6D6D6D. Windows color (decimal): -6790598 or 3826328. OLE color: 3826328.

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

Color convert

RGB1529858-
CMYK00.360.620.40
HSL25.53º44.76%41.18%-
HSV(B)25.53º61.84%59.61%-
XYZ18.0815.726.08-
YUV109.5998.89158.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=49.35%
G=31.82%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152985800.360.620.4025.5344.7641.18
Hex98623A0243E281a2d29
Octal230142720447650325551
Binary100110001100010111010010010011111010100011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98623a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98623a; }

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

 H1.HeaderClassName
 {
   color: #98623a;
 }
 .AnyTagClassName
 {
   color: #98623a;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #98623a;
 }
 .BgClassName
 {
   background-color: #98623a;
 }
</style>
border-color css

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

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

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