#986800

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

Shades of Golden Brown #986800

Tints of Golden Brown #986800

Color information

#986800 (or 0x986800) is unknown color: approx Golden Brown. HEX triplet: 98, 68 and 00. RGB value is (152,104,0). Sum of RGB (Red+Green+Blue) = 152+104+0=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #986800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986800 is #6797FF. Grayscale: #6A6A6A. Windows color (decimal): -6789120 or 26776. OLE color: 26776.

HSL color Cylindrical-coordinate representation of color #986800: hue angle of 41.05º 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 #986800 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1521040-
CMYK00.3210.40
HSL41.05º100%29.8%-
HSV(B)41.05º100%59.61%-
XYZ17.916.582.26-
YUV106.567.9160.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.38%
G=40.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152104000.3210.4041.0510029.8
Hex98680020642829641e
Octal2301500040144505114436
Binary100110001101000001000001100100101000101001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986800; }

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

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

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

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

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

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

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

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