#896507

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

Shades of Golden Brown #896507

Tints of Golden Brown #896507

Color information

#896507 (or 0x896507) is unknown color: approx Golden Brown. HEX triplet: 89, 65 and 07. RGB value is (137,101,7). Sum of RGB (Red+Green+Blue) = 137+101+7=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #896507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896507 is #769AF8. Grayscale: #656565. Windows color (decimal): -7772921 or 484745. OLE color: 484745.

HSL color Cylindrical-coordinate representation of color #896507: hue angle of 43.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #896507 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB1371017-
CMYK00.260.950.46
HSL43.38º90.28%28.24%-
HSV(B)43.38º94.89%53.73%-
XYZ15.0114.642.24-
YUV101.0574.93153.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=55.92%
G=41.22%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137101700.260.950.4643.3890.2828.24
Hex8965701A5F2E2b5a1c
Octal2111457032137565313234
Binary1000100111001011110110101011111101110101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896507; }

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

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

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

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

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

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

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

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