#614A13

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

Shades of Bronze Olive #614A13

Tints of Bronze Olive #614A13

Color information

#614A13 (or 0x614A13) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 13. RGB value is (97,74,19). Sum of RGB (Red+Green+Blue) = 97+74+19=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A13 is #9EB5EC. Grayscale: #4A4A4A. Windows color (decimal): -10401261 or 1264225. OLE color: 1264225.

HSL color Cylindrical-coordinate representation of color #614A13: hue angle of 42.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #614A13 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB977419-
CMYK00.240.800.62
HSL42.31º67.24%22.75%-
HSV(B)42.31º80.41%38.04%-
XYZ7.57.491.67-
YUV74.6196.62143.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 19 (7.81% from 255) = 10%
R=51.05%
G=38.95%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97741900.240.800.6242.3167.2422.75
Hex614A13018503E2a4317
Octal14111223030120765210327
Binary11000011001010100110110001010000111110101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,19); }

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

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

 a { background-color: rgb(97,74,19); }

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

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

 span { border-color: rgb(97,74,19); }

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