#614E23

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

Shades of Bronze Olive #614E23

Tints of Bronze Olive #614E23

Color information

#614E23 (or 0x614E23) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 23. RGB value is (97,78,35). Sum of RGB (Red+Green+Blue) = 97+78+35=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E23 is #9EB1DC. Grayscale: #4E4E4E. Windows color (decimal): -10400221 or 2313825. OLE color: 2313825.

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

Color convert

RGB977835-
CMYK00.200.640.62
HSL41.61º46.97%25.88%-
HSV(B)41.61º63.92%38.04%-
XYZ7.968.112.74-
YUV78.78103.29141-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=46.19%
G=37.14%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97783500.200.640.6241.6146.9725.88
Hex614E23014403E2a2f1a
Octal1411164302410076525732
Binary11000011001110100011010100100000011111010101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,35); }

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

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

 a { background-color: rgb(97,78,35); }

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

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

 span { border-color: rgb(97,78,35); }

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