#604B16

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

Shades of Bronze Olive #604B16

Tints of Bronze Olive #604B16

Color information

#604B16 (or 0x604B16) is unknown color: approx Bronze Olive. HEX triplet: 60, 4B and 16. RGB value is (96,75,22). Sum of RGB (Red+Green+Blue) = 96+75+22=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #604B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604B16 is #9FB4E9. Grayscale: #4B4B4B. Windows color (decimal): -10466538 or 1461088. OLE color: 1461088.

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

Color convert

RGB967522-
CMYK00.220.770.62
HSL42.97º62.71%23.14%-
HSV(B)42.97º77.08%37.65%-
XYZ7.487.581.83-
YUV75.2497.96142.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=49.74%
G=38.86%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96752200.220.770.6242.9762.7123.14
Hex604B160164D3E2b3f17
Octal1401132602611576537727
Binary1100000100101110110010110100110111111010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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