#98610B

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

Shades of Golden Brown #98610B

Tints of Golden Brown #98610B

Color information

#98610B (or 0x98610B) is unknown color: approx Golden Brown. HEX triplet: 98, 61 and 0B. RGB value is (152,97,11). Sum of RGB (Red+Green+Blue) = 152+97+11=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98610B is #679EF4. Grayscale: #686868. Windows color (decimal): -6790901 or 745880. OLE color: 745880.

HSL color Cylindrical-coordinate representation of color #98610B: hue angle of 36.6º 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 #98610B is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1529711-
CMYK00.360.930.40
HSL36.6º86.5%31.96%-
HSV(B)36.6º92.76%59.61%-
XYZ17.2815.252.35-
YUV103.6475.72162.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=58.46%
G=37.31%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152971100.360.930.4036.686.531.96
Hex9861B0245D28255720
Octal23014113044135504512740
Binary1001100011000011011010010010111011010001001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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