#604B12

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

Shades of Bronze Olive #604B12

Tints of Bronze Olive #604B12

Color information

#604B12 (or 0x604B12) is unknown color: approx Bronze Olive. HEX triplet: 60, 4B and 12. RGB value is (96,75,18). Sum of RGB (Red+Green+Blue) = 96+75+18=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604B12 is #9FB4ED. Grayscale: #4B4B4B. Windows color (decimal): -10466542 or 1198944. OLE color: 1198944.

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

Color convert

RGB967518-
CMYK00.220.810.62
HSL43.85º68.42%22.35%-
HSV(B)43.85º81.25%37.65%-
XYZ7.457.561.64-
YUV74.7895.96143.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=50.79%
G=39.68%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96751800.220.810.6243.8568.4222.35
Hex604B12016513E2c4416
Octal14011322026121765410426
Binary11000001001011100100101101010001111110101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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