#9E863B

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

Shades of Reef Gold #9E863B

Tints of Reef Gold #9E863B

Color information

#9E863B (or 0x9E863B) is unknown color: approx Reef Gold. HEX triplet: 9E, 86 and 3B. RGB value is (158,134,59). Sum of RGB (Red+Green+Blue) = 158+134+59=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E863B is #6179C4. Grayscale: #848484. Windows color (decimal): -6388165 or 3901086. OLE color: 3901086.

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

Color convert

RGB15813459-
CMYK00.150.630.38
HSL45.45º45.62%42.55%-
HSV(B)45.45º62.66%61.96%-
XYZ23.4224.647.66-
YUV132.6386.45146.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=45.01%
G=38.18%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581345900.150.630.3845.4545.6242.55
Hex9E863B0F3F262d2e2b
Octal236206730177746555653
Binary100111101000011011101101111111111100110101101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,59); }

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

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

 a { background-color: rgb(158,134,59); }

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

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

 span { border-color: rgb(158,134,59); }

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