#614C21

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

Shades of Bronze Olive #614C21

Tints of Bronze Olive #614C21

Color information

#614C21 (or 0x614C21) is unknown color: approx Bronze Olive. HEX triplet: 61, 4C and 21. RGB value is (97,76,33). Sum of RGB (Red+Green+Blue) = 97+76+33=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C21 is #9EB3DE. Grayscale: #4D4D4D. Windows color (decimal): -10400735 or 2182241. OLE color: 2182241.

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

Color convert

RGB977633-
CMYK00.220.660.62
HSL40.31º49.23%25.49%-
HSV(B)40.31º65.98%38.04%-
XYZ7.797.822.54-
YUV77.38102.96142-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=47.09%
G=36.89%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97763300.220.660.6240.3149.2325.49
Hex614C21016423E283119
Octal1411144102610276506131
Binary11000011001100100001010110100001011111010100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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