#98560B

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

Shades of Golden Brown #98560B

Tints of Golden Brown #98560B

Color information

#98560B (or 0x98560B) is unknown color: approx Golden Brown. HEX triplet: 98, 56 and 0B. RGB value is (152,86,11). Sum of RGB (Red+Green+Blue) = 152+86+11=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98560B is #67A9F4. Grayscale: #616161. Windows color (decimal): -6793717 or 743064. OLE color: 743064.

HSL color Cylindrical-coordinate representation of color #98560B: hue angle of 31.91º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98560B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1528611-
CMYK00.430.930.40
HSL31.91º86.5%31.96%-
HSV(B)31.91º92.76%59.61%-
XYZ16.3413.362.03-
YUV97.1879.37167.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 11 (4.69% from 255) = 4.42%
R=61.04%
G=34.54%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152861100.430.930.4031.9186.531.96
Hex9856B02B5D28205720
Octal23012613053135504012740
Binary1001100010101101011010101110111011010001000001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98560B; }

 p { color: rgb(152,86,11); }

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

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

 a { background-color: rgb(152,86,11); }

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

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

 span { border-color: rgb(152,86,11); }

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