#604C17

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

Shades of Bronze Olive #604C17

Tints of Bronze Olive #604C17

Color information

#604C17 (or 0x604C17) is unknown color: approx Bronze Olive. HEX triplet: 60, 4C and 17. RGB value is (96,76,23). Sum of RGB (Red+Green+Blue) = 96+76+23=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #604C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C17 is #9FB3E8. Grayscale: #4C4C4C. Windows color (decimal): -10466281 or 1526880. OLE color: 1526880.

HSL color Cylindrical-coordinate representation of color #604C17: hue angle of 43.56º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #604C17 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB967623-
CMYK00.210.760.62
HSL43.56º61.34%23.33%-
HSV(B)43.56º76.04%37.65%-
XYZ7.567.721.9-
YUV75.9498.13142.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=49.23%
G=38.97%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96762300.210.760.6243.5661.3423.33
Hex604C170154C3E2c3d17
Octal1401142702511476547527
Binary1100000100110010111010101100110011111010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C17; }

 p { color: rgb(96,76,23); }

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

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

 a { background-color: rgb(96,76,23); }

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

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

 span { border-color: rgb(96,76,23); }

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