#98681A

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

Shades of Golden Brown #98681A

Tints of Golden Brown #98681A

Color information

#98681A (or 0x98681A) is unknown color: approx Golden Brown. HEX triplet: 98, 68 and 1A. RGB value is (152,104,26). Sum of RGB (Red+Green+Blue) = 152+104+26=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98681A is #6797E5. Grayscale: #6D6D6D. Windows color (decimal): -6789094 or 1730712. OLE color: 1730712.

HSL color Cylindrical-coordinate representation of color #98681A: hue angle of 37.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98681A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15210426-
CMYK00.320.830.40
HSL37.14º70.79%34.9%-
HSV(B)37.14º82.89%59.61%-
XYZ18.0916.653.24-
YUV109.4680.9158.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=53.90%
G=36.88%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521042600.320.830.4037.1470.7934.9
Hex98681A0205328254723
Octal23015032040123504510743
Binary10011000110100011010010000010100111010001001011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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