#614D1B

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

Shades of Bronze Olive #614D1B

Tints of Bronze Olive #614D1B

Color information

#614D1B (or 0x614D1B) is unknown color: approx Bronze Olive. HEX triplet: 61, 4D and 1B. RGB value is (97,77,27). Sum of RGB (Red+Green+Blue) = 97+77+27=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D1B is #9EB2E4. Grayscale: #4D4D4D. Windows color (decimal): -10400485 or 1789281. OLE color: 1789281.

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

Color convert

RGB977727-
CMYK00.210.720.62
HSL42.86º56.45%24.31%-
HSV(B)42.86º72.16%38.04%-
XYZ7.787.932.16-
YUV77.2899.63142.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=48.26%
G=38.31%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97772700.210.720.6242.8656.4524.31
Hex614D1B015483E2b3818
Octal1411153302511076537030
Binary1100001100110111011010101100100011111010101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,27); }

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

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

 a { background-color: rgb(97,77,27); }

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

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

 span { border-color: rgb(97,77,27); }

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