#615412

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

Shades of Bronze Olive #615412

Tints of Bronze Olive #615412

Color information

#615412 (or 0x615412) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 12. RGB value is (97,84,18). Sum of RGB (Red+Green+Blue) = 97+84+18=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #615412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615412 is #9EABED. Grayscale: #505050. Windows color (decimal): -10398702 or 1201249. OLE color: 1201249.

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

Color convert

RGB978418-
CMYK00.130.810.62
HSL50.13º68.7%22.55%-
HSV(B)50.13º81.44%38.04%-
XYZ8.218.931.86-
YUV80.3692.81139.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=48.74%
G=42.21%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97841800.130.810.6250.1368.722.55
Hex6154120D513E324517
Octal14112422015121766210527
Binary1100001101010010010011011010001111110110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615412; }

 p { color: rgb(97,84,18); }

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

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

 a { background-color: rgb(97,84,18); }

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

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

 span { border-color: rgb(97,84,18); }

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