#61501B

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

Shades of Bronze Olive #61501B

Tints of Bronze Olive #61501B

Color information

#61501B (or 0x61501B) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 1B. RGB value is (97,80,27). Sum of RGB (Red+Green+Blue) = 97+80+27=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61501B is #9EAFE4. Grayscale: #4F4F4F. Windows color (decimal): -10399717 or 1790049. OLE color: 1790049.

HSL color Cylindrical-coordinate representation of color #61501B: hue angle of 45.43º 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 #61501B is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB978027-
CMYK00.180.720.62
HSL45.43º56.45%24.31%-
HSV(B)45.43º72.16%38.04%-
XYZ88.362.23-
YUV79.0498.63140.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=47.55%
G=39.22%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802700.180.720.6245.4356.4524.31
Hex61501B012483E2d3818
Octal1411203302211076557030
Binary1100001101000011011010010100100011111010110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61501B; }

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

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

<style>
 a { background-color: #61501B; }

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

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

<style>
 span { border-color: #61501B; }

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

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