#604C14

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

Shades of Bronze Olive #604C14

Tints of Bronze Olive #604C14

Color information

#604C14 (or 0x604C14) is unknown color: approx Bronze Olive. HEX triplet: 60, 4C and 14. RGB value is (96,76,20). Sum of RGB (Red+Green+Blue) = 96+76+20=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C14 is #9FB3EB. Grayscale: #4B4B4B. Windows color (decimal): -10466284 or 1330272. OLE color: 1330272.

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

Color convert

RGB967620-
CMYK00.210.790.62
HSL44.21º65.52%22.75%-
HSV(B)44.21º79.17%37.65%-
XYZ7.537.711.75-
YUV75.696.63142.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=50%
G=39.58%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96762000.210.790.6244.2165.5222.75
Hex604C140154F3E2c4217
Octal14011424025117765410227
Binary11000001001100101000101011001111111110101100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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