#98560A

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

Shades of Golden Brown #98560A

Tints of Golden Brown #98560A

Color information

#98560A (or 0x98560A) is unknown color: approx Golden Brown. HEX triplet: 98, 56 and 0A. RGB value is (152,86,10). Sum of RGB (Red+Green+Blue) = 152+86+10=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98560A is #67A9F5. Grayscale: #616161. Windows color (decimal): -6793718 or 677528. OLE color: 677528.

HSL color Cylindrical-coordinate representation of color #98560A: hue angle of 32.11º degrees, saturation: 0.88, 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 #98560A is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1528610-
CMYK00.430.930.40
HSL32.11º87.65%31.76%-
HSV(B)32.11º93.42%59.61%-
XYZ16.3313.352-
YUV97.0778.87167.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.29%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=61.29%
G=34.68%
B=4.03%

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
Decimal152861000.430.930.4032.1187.6531.76
Hex9856A02B5D28205820
Octal23012612053135504013040
Binary1001100010101101010010101110111011010001000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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