#986200

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

Shades of Golden Brown #986200

Tints of Golden Brown #986200

Color information

#986200 (or 0x986200) is unknown color: approx Golden Brown. HEX triplet: 98, 62 and 00. RGB value is (152,98,0). Sum of RGB (Red+Green+Blue) = 152+98+0=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #986200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986200 is #679DFF. Grayscale: #676767. Windows color (decimal): -6790656 or 25240. OLE color: 25240.

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

Color convert

RGB152980-
CMYK00.3610.40
HSL38.68º100%29.8%-
HSV(B)38.68º100%59.61%-
XYZ17.3215.412.06-
YUV102.9769.89162.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.8%
G=39.2%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15298000.3610.4038.6810029.8
Hex98620024642827641e
Octal2301420044144504714436
Binary100110001100010001001001100100101000100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986200; }

 p { color: rgb(152,98,0); }

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

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

 a { background-color: rgb(152,98,0); }

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

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

 span { border-color: rgb(152,98,0); }

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