#98680A

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

Shades of Golden Brown #98680A

Tints of Golden Brown #98680A

Color information

#98680A (or 0x98680A) is unknown color: approx Golden Brown. HEX triplet: 98, 68 and 0A. RGB value is (152,104,10). Sum of RGB (Red+Green+Blue) = 152+104+10=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98680A is #6797F5. Grayscale: #6C6C6C. Windows color (decimal): -6789110 or 682136. OLE color: 682136.

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

Color convert

RGB15210410-
CMYK00.320.930.40
HSL39.72º87.65%31.76%-
HSV(B)39.72º93.42%59.61%-
XYZ17.9516.62.54-
YUV107.6472.9159.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=57.14%
G=39.10%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521041000.320.930.4039.7287.6531.76
Hex9868A0205D28285820
Octal23015012040135505013040
Binary1001100011010001010010000010111011010001010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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