#986C0C

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

Shades of Golden Brown #986C0C

Tints of Golden Brown #986C0C

Color information

#986C0C (or 0x986C0C) is unknown color: approx Golden Brown. HEX triplet: 98, 6C and 0C. RGB value is (152,108,12). Sum of RGB (Red+Green+Blue) = 152+108+12=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C0C is #6793F3. Grayscale: #6E6E6E. Windows color (decimal): -6788084 or 814232. OLE color: 814232.

HSL color Cylindrical-coordinate representation of color #986C0C: hue angle of 41.14º 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 #986C0C is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB15210812-
CMYK00.290.920.40
HSL41.14º85.37%32.16%-
HSV(B)41.14º92.11%59.61%-
XYZ18.3817.432.74-
YUV110.2172.58157.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=55.88%
G=39.71%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521081200.290.920.4041.1485.3732.16
Hex986CC01D5C28295520
Octal23015414035134505112540
Binary100110001101100110001110110111001010001010011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986C0C; }

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

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

<style>
 a { background-color: #986C0C; }

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

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

<style>
 span { border-color: #986C0C; }

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

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