#675616

Color #675616 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #675616

Tints of Bronze Olive #675616

Color information

#675616 (or 0x675616) is unknown color: approx Bronze Olive. HEX triplet: 67, 56 and 16. RGB value is (103,86,22). Sum of RGB (Red+Green+Blue) = 103+86+22=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #675616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675616 is #98A9E9. Grayscale: #545454. Windows color (decimal): -10004970 or 1463911. OLE color: 1463911.

HSL color Cylindrical-coordinate representation of color #675616: hue angle of 47.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #675616 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1038622-
CMYK00.170.790.60
HSL47.41º64.8%24.51%-
HSV(B)47.41º78.64%40.39%-
XYZ9.079.62.13-
YUV83.7993.13141.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=48.82%
G=40.76%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103862200.170.790.6047.4164.824.51
Hex6756160114F3C2f4119
Octal14712626021117745710131
Binary11001111010110101100100011001111111100101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675616; }

 p { color: rgb(103,86,22); }

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

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

 a { background-color: rgb(103,86,22); }

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

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

 span { border-color: rgb(103,86,22); }

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