#9E893C

Color #9E893C Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #9E893C

Tints of Reef Gold #9E893C

Color information

#9E893C (or 0x9E893C) is unknown color: approx Reef Gold. HEX triplet: 9E, 89 and 3C. RGB value is (158,137,60). Sum of RGB (Red+Green+Blue) = 158+137+60=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E893C is #6176C3. Grayscale: #868686. Windows color (decimal): -6387396 or 3967390. OLE color: 3967390.

HSL color Cylindrical-coordinate representation of color #9E893C: hue angle of 47.14º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E893C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB15813760-
CMYK00.130.620.38
HSL47.14º44.95%42.75%-
HSV(B)47.14º62.03%61.96%-
XYZ23.8625.497.94-
YUV134.585.96144.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=44.51%
G=38.59%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581376000.130.620.3847.1444.9542.75
Hex9E893C0D3E262f2d2b
Octal236211740157646575553
Binary100111101000100111110001101111110100110101111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E893C; }

 p { color: rgb(158,137,60); }

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

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

 a { background-color: rgb(158,137,60); }

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

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

 span { border-color: rgb(158,137,60); }

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