#98690C

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

Shades of Golden Brown #98690C

Tints of Golden Brown #98690C

Color information

#98690C (or 0x98690C) is unknown color: approx Golden Brown. HEX triplet: 98, 69 and 0C. RGB value is (152,105,12). Sum of RGB (Red+Green+Blue) = 152+105+12=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98690C is #6796F3. Grayscale: #6C6C6C. Windows color (decimal): -6788852 or 813464. OLE color: 813464.

HSL color Cylindrical-coordinate representation of color #98690C: hue angle of 39.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98690C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB15210512-
CMYK00.310.920.40
HSL39.86º85.37%32.16%-
HSV(B)39.86º92.11%59.61%-
XYZ18.0716.812.64-
YUV108.4573.57159.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=56.51%
G=39.03%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521051200.310.920.4039.8685.3732.16
Hex9869C01F5C28285520
Octal23015114037134505012540
Binary100110001101001110001111110111001010001010001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98690C; }

 p { color: rgb(152,105,12); }

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

<style>
 a { background-color: #98690C; }

 a { background-color: rgb(152,105,12); }

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

<style>
 span { border-color: #98690C; }

 span { border-color: rgb(152,105,12); }

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