#986304

Color #986304 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #986304

Tints of Golden Brown #986304

Color information

#986304 (or 0x986304) is unknown color: approx Golden Brown. HEX triplet: 98, 63 and 04. RGB value is (152,99,4). Sum of RGB (Red+Green+Blue) = 152+99+4=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #986304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986304 is #679CFB. Grayscale: #686868. Windows color (decimal): -6790396 or 287640. OLE color: 287640.

HSL color Cylindrical-coordinate representation of color #986304: hue angle of 38.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986304 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB152994-
CMYK00.350.970.40
HSL38.51º94.87%30.59%-
HSV(B)38.51º97.37%59.61%-
XYZ17.4315.612.21-
YUV104.0271.56162.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=59.61%
G=38.82%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15299400.350.970.4038.5194.8730.59
Hex986340236128275f1f
Octal2301434043141504713737
Binary10011000110001110001000111100001101000100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986304; }

 p { color: rgb(152,99,4); }

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

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

 a { background-color: rgb(152,99,4); }

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

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

 span { border-color: rgb(152,99,4); }

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