#986001

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

Shades of Golden Brown #986001

Tints of Golden Brown #986001

Color information

#986001 (or 0x986001) is unknown color: approx Golden Brown. HEX triplet: 98, 60 and 01. RGB value is (152,96,1). Sum of RGB (Red+Green+Blue) = 152+96+1=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #986001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986001 is #679FFE. Grayscale: #666666. Windows color (decimal): -6791167 or 90264. OLE color: 90264.

HSL color Cylindrical-coordinate representation of color #986001: hue angle of 37.75º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #986001 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB152961-
CMYK00.370.990.40
HSL37.75º98.69%30%-
HSV(B)37.75º99.34%59.61%-
XYZ17.1415.042.03-
YUV101.9171.05163.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=61.04%
G=38.55%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15296100.370.990.4037.7598.6930
Hex98601025632826631e
Octal2301401045143504614336
Binary100110001100000101001011100011101000100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986001; }

 p { color: rgb(152,96,1); }

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

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

 a { background-color: rgb(152,96,1); }

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

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

 span { border-color: rgb(152,96,1); }

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