#986406

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

Shades of Golden Brown #986406

Tints of Golden Brown #986406

Color information

#986406 (or 0x986406) is unknown color: approx Golden Brown. HEX triplet: 98, 64 and 06. RGB value is (152,100,6). Sum of RGB (Red+Green+Blue) = 152+100+6=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #986406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986406 is #679BF9. Grayscale: #696969. Windows color (decimal): -6790138 or 418968. OLE color: 418968.

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

Color convert

RGB1521006-
CMYK00.340.960.40
HSL38.63º92.41%30.98%-
HSV(B)38.63º96.05%59.61%-
XYZ17.5415.82.3-
YUV104.8372.23161.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=58.91%
G=38.76%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152100600.340.960.4038.6392.4130.98
Hex986460226028275c1f
Octal2301446042140504713437
Binary10011000110010011001000101100000101000100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986406; }

 p { color: rgb(152,100,6); }

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

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

 a { background-color: rgb(152,100,6); }

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

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

 span { border-color: rgb(152,100,6); }

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