#98630A

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

Shades of Golden Brown #98630A

Tints of Golden Brown #98630A

Color information

#98630A (or 0x98630A) is unknown color: approx Golden Brown. HEX triplet: 98, 63 and 0A. RGB value is (152,99,10). Sum of RGB (Red+Green+Blue) = 152+99+10=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630A is #679CF5. Grayscale: #696969. Windows color (decimal): -6790390 or 680856. OLE color: 680856.

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

Color convert

RGB1529910-
CMYK00.350.930.40
HSL37.61º87.65%31.76%-
HSV(B)37.61º93.42%59.61%-
XYZ17.4715.622.38-
YUV104.774.56161.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=58.24%
G=37.93%
B=3.83%

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
Decimal152991000.350.930.4037.6187.6531.76
Hex9863A0235D28265820
Octal23014312043135504613040
Binary1001100011000111010010001110111011010001001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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