#614C25

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

Shades of Bronze Olive #614C25

Tints of Bronze Olive #614C25

Color information

#614C25 (or 0x614C25) is unknown color: approx Bronze Olive. HEX triplet: 61, 4C and 25. RGB value is (97,76,37). Sum of RGB (Red+Green+Blue) = 97+76+37=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C25 is #9EB3DA. Grayscale: #4E4E4E. Windows color (decimal): -10400731 or 2444385. OLE color: 2444385.

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

Color convert

RGB977637-
CMYK00.220.620.62
HSL39º44.78%26.27%-
HSV(B)39º61.86%38.04%-
XYZ7.857.842.85-
YUV77.83104.96141.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=46.19%
G=36.19%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97763700.220.620.623944.7826.27
Hex614C250163E3E272d1a
Octal141114450267676475532
Binary1100001100110010010101011011111011111010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C25; }

 p { color: rgb(97,76,37); }

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

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

 a { background-color: rgb(97,76,37); }

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

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

 span { border-color: rgb(97,76,37); }

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