#986F02

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

Shades of Golden Brown #986F02

Tints of Golden Brown #986F02

Color information

#986F02 (or 0x986F02) is unknown color: approx Golden Brown. HEX triplet: 98, 6F and 02. RGB value is (152,111,2). Sum of RGB (Red+Green+Blue) = 152+111+2=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #986F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F02 is #6790FD. Grayscale: #6F6F6F. Windows color (decimal): -6787326 or 159640. OLE color: 159640.

HSL color Cylindrical-coordinate representation of color #986F02: hue angle of 43.6º degrees, saturation: 0.97, 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 #986F02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1521112-
CMYK00.270.990.40
HSL43.6º97.4%30.2%-
HSV(B)43.6º98.68%59.61%-
XYZ18.6418.052.56-
YUV110.8366.58157.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=57.36%
G=41.89%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152111200.270.990.4043.697.430.2
Hex986F201B63282c611e
Octal2301572033143505414136
Binary100110001101111100110111100011101000101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986F02; }

 p { color: rgb(152,111,2); }

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

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

 a { background-color: rgb(152,111,2); }

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

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

 span { border-color: rgb(152,111,2); }

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