#614C19

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

Shades of Bronze Olive #614C19

Tints of Bronze Olive #614C19

Color information

#614C19 (or 0x614C19) is unknown color: approx Bronze Olive. HEX triplet: 61, 4C and 19. RGB value is (97,76,25). Sum of RGB (Red+Green+Blue) = 97+76+25=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C19 is #9EB3E6. Grayscale: #4C4C4C. Windows color (decimal): -10400743 or 1657953. OLE color: 1657953.

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

Color convert

RGB977625-
CMYK00.220.740.62
HSL42.5º59.02%23.92%-
HSV(B)42.5º74.23%38.04%-
XYZ7.697.782.02-
YUV76.4698.96142.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=48.99%
G=38.38%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97762500.220.740.6242.559.0223.92
Hex614C190164A3E2a3b18
Octal1411143102611276527330
Binary1100001100110011001010110100101011111010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,25); }

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

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

 a { background-color: rgb(97,76,25); }

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

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

 span { border-color: rgb(97,76,25); }

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