#8C6502

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

Shades of Golden Brown #8C6502

Tints of Golden Brown #8C6502

Color information

#8C6502 (or 0x8C6502) is unknown color: approx Golden Brown. HEX triplet: 8C, 65 and 02. RGB value is (140,101,2). Sum of RGB (Red+Green+Blue) = 140+101+2=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6502 is #739AFD. Grayscale: #656565. Windows color (decimal): -7576318 or 157068. OLE color: 157068.

HSL color Cylindrical-coordinate representation of color #8C6502: hue angle of 43.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C6502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1401012-
CMYK00.280.990.45
HSL43.04º97.18%27.84%-
HSV(B)43.04º98.57%54.9%-
XYZ15.4814.892.12-
YUV101.3771.92155.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=57.61%
G=41.56%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140101200.280.990.4543.0497.1827.84
Hex8C65201C632D2b611c
Octal2141452034143555314134
Binary100011001100101100111001100011101101101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,2); }

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

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

 a { background-color: rgb(140,101,2); }

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

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

 span { border-color: rgb(140,101,2); }

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