#9C8137

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

Shades of Reef Gold #9C8137

Tints of Reef Gold #9C8137

Color information

#9C8137 (or 0x9C8137) is unknown color: approx Reef Gold. HEX triplet: 9C, 81 and 37. RGB value is (156,129,55). Sum of RGB (Red+Green+Blue) = 156+129+55=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8137 is #637EC8. Grayscale: #808080. Windows color (decimal): -6520521 or 3637660. OLE color: 3637660.

HSL color Cylindrical-coordinate representation of color #9C8137: hue angle of 43.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C8137 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB15612955-
CMYK00.170.650.39
HSL43.96º47.87%41.37%-
HSV(B)43.96º64.74%61.18%-
XYZ22.2523.046.89-
YUV128.6486.45147.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 55 (21.88% from 255) = 16.18%
R=45.88%
G=37.94%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561295500.170.650.3943.9647.8741.37
Hex9C813701141272c3029
Octal2342016702110147546051
Binary10011100100000011101110100011000001100111101100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,55); }

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

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

 a { background-color: rgb(156,129,55); }

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

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

 span { border-color: rgb(156,129,55); }

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