#9D863D

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

Shades of Reef Gold #9D863D

Tints of Reef Gold #9D863D

Color information

#9D863D (or 0x9D863D) is unknown color: approx Reef Gold. HEX triplet: 9D, 86 and 3D. RGB value is (157,134,61). Sum of RGB (Red+Green+Blue) = 157+134+61=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D863D is #6279C2. Grayscale: #848484. Windows color (decimal): -6453699 or 4032157. OLE color: 4032157.

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

Color convert

RGB15713461-
CMYK00.150.610.38
HSL45.62º44.04%42.75%-
HSV(B)45.62º61.15%61.57%-
XYZ23.2724.567.93-
YUV132.5687.62145.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=44.60%
G=38.07%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571346100.150.610.3845.6244.0442.75
Hex9D863D0F3D262e2c2b
Octal235206750177546565453
Binary100111011000011011110101111111101100110101110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,61); }

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

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

 a { background-color: rgb(157,134,61); }

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

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

 span { border-color: rgb(157,134,61); }

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