#98620B

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

Shades of Golden Brown #98620B

Tints of Golden Brown #98620B

Color information

#98620B (or 0x98620B) is unknown color: approx Golden Brown. HEX triplet: 98, 62 and 0B. RGB value is (152,98,11). Sum of RGB (Red+Green+Blue) = 152+98+11=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98620B is #679DF4. Grayscale: #686868. Windows color (decimal): -6790645 or 746136. OLE color: 746136.

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

Color convert

RGB1529811-
CMYK00.360.930.40
HSL37.02º86.5%31.96%-
HSV(B)37.02º92.76%59.61%-
XYZ17.3815.432.38-
YUV104.2375.39162.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=58.24%
G=37.55%
B=4.21%

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
Decimal152981100.360.930.4037.0286.531.96
Hex9862B0245D28255720
Octal23014213044135504512740
Binary1001100011000101011010010010111011010001001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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