#614E26

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

Shades of Bronze Olive #614E26

Tints of Bronze Olive #614E26

Color information

#614E26 (or 0x614E26) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 26. RGB value is (97,78,38). Sum of RGB (Red+Green+Blue) = 97+78+38=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E26 is #9EB1D9. Grayscale: #4F4F4F. Windows color (decimal): -10400218 or 2510433. OLE color: 2510433.

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

Color convert

RGB977838-
CMYK00.200.610.62
HSL40.68º43.7%26.47%-
HSV(B)40.68º60.82%38.04%-
XYZ88.132.98-
YUV79.12104.79140.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=45.54%
G=36.62%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97783800.200.610.6240.6843.726.47
Hex614E260143D3E292c1a
Octal141116460247576515432
Binary1100001100111010011001010011110111111010100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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