#8E6507

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

Shades of Golden Brown #8E6507

Tints of Golden Brown #8E6507

Color information

#8E6507 (or 0x8E6507) is unknown color: approx Golden Brown. HEX triplet: 8E, 65 and 07. RGB value is (142,101,7). Sum of RGB (Red+Green+Blue) = 142+101+7=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6507 is #719AF8. Grayscale: #666666. Windows color (decimal): -7445241 or 484750. OLE color: 484750.

HSL color Cylindrical-coordinate representation of color #8E6507: hue angle of 41.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E6507 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1421017-
CMYK00.290.950.44
HSL41.78º90.6%29.22%-
HSV(B)41.78º95.07%55.69%-
XYZ15.8515.072.28-
YUV102.5474.08156.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=56.8%
G=40.4%
B=2.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142101700.290.950.4441.7890.629.22
Hex8E65701D5F2C2a5b1d
Octal2161457035137545213335
Binary1000111011001011110111011011111101100101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,7); }

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

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

 a { background-color: rgb(142,101,7); }

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

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

 span { border-color: rgb(142,101,7); }

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