#604B18

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

Shades of Bronze Olive #604B18

Tints of Bronze Olive #604B18

Color information

#604B18 (or 0x604B18) is unknown color: approx Bronze Olive. HEX triplet: 60, 4B and 18. RGB value is (96,75,24). Sum of RGB (Red+Green+Blue) = 96+75+24=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #604B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604B18 is #9FB4E7. Grayscale: #4B4B4B. Windows color (decimal): -10466536 or 1592160. OLE color: 1592160.

HSL color Cylindrical-coordinate representation of color #604B18: hue angle of 42.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #604B18 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB967524-
CMYK00.220.750.62
HSL42.5º60%23.53%-
HSV(B)42.5º75%37.65%-
XYZ7.57.581.93-
YUV75.4698.96142.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=49.23%
G=38.46%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96752400.220.750.6242.56023.53
Hex604B180164B3E2a3c18
Octal1401133002611376527430
Binary1100000100101111000010110100101111111010101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,24); }

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

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

 a { background-color: rgb(96,75,24); }

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

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

 span { border-color: rgb(96,75,24); }

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