#997F3D

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

Shades of Reef Gold #997F3D

Tints of Reef Gold #997F3D

Color information

#997F3D (or 0x997F3D) is unknown color: approx Reef Gold. HEX triplet: 99, 7F and 3D. RGB value is (153,127,61). Sum of RGB (Red+Green+Blue) = 153+127+61=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #997F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F3D is #6680C2. Grayscale: #7F7F7F. Windows color (decimal): -6717635 or 4030361. OLE color: 4030361.

HSL color Cylindrical-coordinate representation of color #997F3D: hue angle of 43.04º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #997F3D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15312761-
CMYK00.170.600.4
HSL43.04º42.99%41.96%-
HSV(B)43.04º60.13%60%-
XYZ21.5722.297.58-
YUV127.2590.61146.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=44.87%
G=37.24%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531276100.170.600.443.0442.9941.96
Hex997F3D0113C282b2b2a
Octal231177750217450535352
Binary100110011111111111101010001111100101000101011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F3D; }

 p { color: rgb(153,127,61); }

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

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

 a { background-color: rgb(153,127,61); }

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

<style>
 span { border-color: #997F3D; }

 span { border-color: rgb(153,127,61); }

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