#614A1F

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

Shades of Bronze Olive #614A1F

Tints of Bronze Olive #614A1F

Color information

#614A1F (or 0x614A1F) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 1F. RGB value is (97,74,31). Sum of RGB (Red+Green+Blue) = 97+74+31=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A1F is #9EB5E0. Grayscale: #4C4C4C. Windows color (decimal): -10401249 or 2050657. OLE color: 2050657.

HSL color Cylindrical-coordinate representation of color #614A1F: hue angle of 39.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #614A1F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB977431-
CMYK00.240.680.62
HSL39.09º51.56%25.1%-
HSV(B)39.09º68.04%38.04%-
XYZ7.637.542.35-
YUV75.98102.62143-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=48.02%
G=36.63%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97743100.240.680.6239.0951.5625.1
Hex614A1F018443E273419
Octal1411123703010476476431
Binary1100001100101011111011000100010011111010011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,31); }

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

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

 a { background-color: rgb(97,74,31); }

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

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

 span { border-color: rgb(97,74,31); }

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