#614F22

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

Shades of Bronze Olive #614F22

Tints of Bronze Olive #614F22

Color information

#614F22 (or 0x614F22) is unknown color: approx Bronze Olive. HEX triplet: 61, 4F and 22. RGB value is (97,79,34). Sum of RGB (Red+Green+Blue) = 97+79+34=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F22 is #9EB0DD. Grayscale: #4F4F4F. Windows color (decimal): -10399966 or 2248545. OLE color: 2248545.

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

Color convert

RGB977934-
CMYK00.190.650.62
HSL42.86º48.09%25.69%-
HSV(B)42.86º64.95%38.04%-
XYZ8.018.252.68-
YUV79.25102.46140.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=46.19%
G=37.62%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97793400.190.650.6242.8648.0925.69
Hex614F22013413E2b301a
Octal1411174202310176536032
Binary11000011001111100010010011100000111111010101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,34); }

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

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

 a { background-color: rgb(97,79,34); }

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

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

 span { border-color: rgb(97,79,34); }

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