#614A1B

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

Shades of Bronze Olive #614A1B

Tints of Bronze Olive #614A1B

Color information

#614A1B (or 0x614A1B) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 1B. RGB value is (97,74,27). Sum of RGB (Red+Green+Blue) = 97+74+27=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A1B is #9EB5E4. Grayscale: #4B4B4B. Windows color (decimal): -10401253 or 1788513. OLE color: 1788513.

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

Color convert

RGB977427-
CMYK00.240.720.62
HSL40.29º56.45%24.31%-
HSV(B)40.29º72.16%38.04%-
XYZ7.587.522.09-
YUV75.52100.62143.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=48.99%
G=37.37%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97742700.240.720.6240.2956.4524.31
Hex614A1B018483E283818
Octal1411123303011076507030
Binary1100001100101011011011000100100011111010100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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