#675419

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

Shades of Bronze Olive #675419

Tints of Bronze Olive #675419

Color information

#675419 (or 0x675419) is unknown color: approx Bronze Olive. HEX triplet: 67, 54 and 19. RGB value is (103,84,25). Sum of RGB (Red+Green+Blue) = 103+84+25=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #675419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675419 is #98ABE6. Grayscale: #535353. Windows color (decimal): -10005479 or 1660007. OLE color: 1660007.

HSL color Cylindrical-coordinate representation of color #675419: hue angle of 45.38º 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 #675419 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1038425-
CMYK00.180.760.60
HSL45.38º60.94%25.1%-
HSV(B)45.38º75.73%40.39%-
XYZ8.949.292.24-
YUV82.9595.29142.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=48.58%
G=39.62%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103842500.180.760.6045.3860.9425.1
Hex6754190124C3C2d3d19
Octal1471243102211474557531
Binary1100111101010011001010010100110011110010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675419; }

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

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

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

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

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

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

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

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