#896610

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

Shades of Golden Brown #896610

Tints of Golden Brown #896610

Color information

#896610 (or 0x896610) is unknown color: approx Golden Brown. HEX triplet: 89, 66 and 10. RGB value is (137,102,16). Sum of RGB (Red+Green+Blue) = 137+102+16=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #896610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896610 is #7699EF. Grayscale: #676767. Windows color (decimal): -7772656 or 1074825. OLE color: 1074825.

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

Color convert

RGB13710216-
CMYK00.260.880.46
HSL42.64º79.08%30%-
HSV(B)42.64º88.32%53.73%-
XYZ15.1614.862.56-
YUV102.6679.1152.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=53.73%
G=40%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371021600.260.880.4642.6479.0830
Hex89661001A582E2b4f1e
Octal21114620032130565311736
Binary100010011100110100000110101011000101110101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896610; }

 p { color: rgb(137,102,16); }

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

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

 a { background-color: rgb(137,102,16); }

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

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

 span { border-color: rgb(137,102,16); }

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