#675219

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

Shades of Bronze Olive #675219

Tints of Bronze Olive #675219

Color information

#675219 (or 0x675219) is unknown color: approx Bronze Olive. HEX triplet: 67, 52 and 19. RGB value is (103,82,25). Sum of RGB (Red+Green+Blue) = 103+82+25=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #675219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675219 is #98ADE6. Grayscale: #525252. Windows color (decimal): -10005991 or 1659495. OLE color: 1659495.

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

Color convert

RGB1038225-
CMYK00.200.760.60
HSL43.85º60.94%25.1%-
HSV(B)43.85º75.73%40.39%-
XYZ8.798.992.19-
YUV81.7895.96143.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=49.05%
G=39.05%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103822500.200.760.6043.8560.9425.1
Hex6752190144C3C2c3d19
Octal1471223102411474547531
Binary1100111101001011001010100100110011110010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675219; }

 p { color: rgb(103,82,25); }

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

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

 a { background-color: rgb(103,82,25); }

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

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

 span { border-color: rgb(103,82,25); }

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