#614B12

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

Shades of Bronze Olive #614B12

Tints of Bronze Olive #614B12

Color information

#614B12 (or 0x614B12) is unknown color: approx Bronze Olive. HEX triplet: 61, 4B and 12. RGB value is (97,75,18). Sum of RGB (Red+Green+Blue) = 97+75+18=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B12 is #9EB4ED. Grayscale: #4B4B4B. Windows color (decimal): -10401006 or 1198945. OLE color: 1198945.

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

Color convert

RGB977518-
CMYK00.230.810.62
HSL43.29º68.7%22.55%-
HSV(B)43.29º81.44%38.04%-
XYZ7.567.621.64-
YUV75.0895.79143.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=51.05%
G=39.47%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97751800.230.810.6243.2968.722.55
Hex614B12017513E2b4517
Octal14111322027121765310527
Binary11000011001011100100101111010001111110101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,18); }

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

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

 a { background-color: rgb(97,75,18); }

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

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

 span { border-color: rgb(97,75,18); }

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