#98630B

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

Shades of Golden Brown #98630B

Tints of Golden Brown #98630B

Color information

#98630B (or 0x98630B) is unknown color: approx Golden Brown. HEX triplet: 98, 63 and 0B. RGB value is (152,99,11). Sum of RGB (Red+Green+Blue) = 152+99+11=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630B is #679CF4. Grayscale: #696969. Windows color (decimal): -6790389 or 746392. OLE color: 746392.

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

Color convert

RGB1529911-
CMYK00.350.930.40
HSL37.45º86.5%31.96%-
HSV(B)37.45º92.76%59.61%-
XYZ17.4715.622.41-
YUV104.8275.06161.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=58.02%
G=37.79%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152991100.350.930.4037.4586.531.96
Hex9863B0235D28255720
Octal23014313043135504512740
Binary1001100011000111011010001110111011010001001011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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