#614A18

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

Shades of Bronze Olive #614A18

Tints of Bronze Olive #614A18

Color information

#614A18 (or 0x614A18) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 18. RGB value is (97,74,24). Sum of RGB (Red+Green+Blue) = 97+74+24=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A18 is #9EB5E7. Grayscale: #4B4B4B. Windows color (decimal): -10401256 or 1591905. OLE color: 1591905.

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

Color convert

RGB977424-
CMYK00.240.750.62
HSL41.1º60.33%23.73%-
HSV(B)41.1º75.26%38.04%-
XYZ7.547.51.92-
YUV75.1899.12143.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=49.74%
G=37.95%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97742400.240.750.6241.160.3323.73
Hex614A180184B3E293c18
Octal1411123003011376517430
Binary1100001100101011000011000100101111111010100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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