#8C6915

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

Shades of Golden Brown #8C6915

Tints of Golden Brown #8C6915

Color information

#8C6915 (or 0x8C6915) is unknown color: approx Golden Brown. HEX triplet: 8C, 69 and 15. RGB value is (140,105,21). Sum of RGB (Red+Green+Blue) = 140+105+21=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6915 is #7396EA. Grayscale: #6A6A6A. Windows color (decimal): -7575275 or 1403276. OLE color: 1403276.

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

Color convert

RGB14010521-
CMYK00.250.850.45
HSL42.35º73.91%31.57%-
HSV(B)42.35º85%54.9%-
XYZ1615.732.9-
YUV105.8980.1152.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=52.63%
G=39.47%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401052100.250.850.4542.3573.9131.57
Hex8C6915019552D2a4a20
Octal21415125031125555211240
Binary1000110011010011010101100110101011011011010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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