#8C6914

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

Shades of Golden Brown #8C6914

Tints of Golden Brown #8C6914

Color information

#8C6914 (or 0x8C6914) is unknown color: approx Golden Brown. HEX triplet: 8C, 69 and 14. RGB value is (140,105,20). Sum of RGB (Red+Green+Blue) = 140+105+20=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6914 is #7396EB. Grayscale: #6A6A6A. Windows color (decimal): -7575276 or 1337740. OLE color: 1337740.

HSL color Cylindrical-coordinate representation of color #8C6914: hue angle of 42.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C6914 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14010520-
CMYK00.250.860.45
HSL42.5º75%31.37%-
HSV(B)42.5º85.71%54.9%-
XYZ15.9915.732.85-
YUV105.7879.6152.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=52.83%
G=39.62%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401052000.250.860.4542.57531.37
Hex8C6914019562D2a4b1f
Octal21415124031126555211337
Binary100011001101001101000110011010110101101101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6914; }

 p { color: rgb(140,105,20); }

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

<style>
 a { background-color: #8C6914; }

 a { background-color: rgb(140,105,20); }

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

<style>
 span { border-color: #8C6914; }

 span { border-color: rgb(140,105,20); }

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