#614A1D

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

Shades of Bronze Olive #614A1D

Tints of Bronze Olive #614A1D

Color information

#614A1D (or 0x614A1D) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 1D. RGB value is (97,74,29). Sum of RGB (Red+Green+Blue) = 97+74+29=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A1D is #9EB5E2. Grayscale: #4B4B4B. Windows color (decimal): -10401251 or 1919585. OLE color: 1919585.

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

Color convert

RGB977429-
CMYK00.240.700.62
HSL39.71º53.97%24.71%-
HSV(B)39.71º70.1%38.04%-
XYZ7.67.532.21-
YUV75.75101.62143.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=48.5%
G=37%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97742900.240.700.6239.7153.9724.71
Hex614A1D018463E283619
Octal1411123503010676506631
Binary1100001100101011101011000100011011111010100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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