#98640F

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

Shades of Golden Brown #98640F

Tints of Golden Brown #98640F

Color information

#98640F (or 0x98640F) is unknown color: approx Golden Brown. HEX triplet: 98, 64 and 0F. RGB value is (152,100,15). Sum of RGB (Red+Green+Blue) = 152+100+15=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640F is #679BF0. Grayscale: #6A6A6A. Windows color (decimal): -6790129 or 1008792. OLE color: 1008792.

HSL color Cylindrical-coordinate representation of color #98640F: hue angle of 37.23º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98640F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB15210015-
CMYK00.340.900.40
HSL37.23º82.04%32.75%-
HSV(B)37.23º90.13%59.61%-
XYZ17.5915.822.58-
YUV105.8676.73160.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=56.93%
G=37.45%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521001500.340.900.4037.2382.0432.75
Hex9864F0225A28255221
Octal23014417042132504512241
Binary1001100011001001111010001010110101010001001011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98640F; }

 p { color: rgb(152,100,15); }

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

<style>
 a { background-color: #98640F; }

 a { background-color: rgb(152,100,15); }

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

<style>
 span { border-color: #98640F; }

 span { border-color: rgb(152,100,15); }

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