#61501A

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

Shades of Bronze Olive #61501A

Tints of Bronze Olive #61501A

Color information

#61501A (or 0x61501A) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 1A. RGB value is (97,80,26). Sum of RGB (Red+Green+Blue) = 97+80+26=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #61501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61501A is #9EAFE5. Grayscale: #4F4F4F. Windows color (decimal): -10399718 or 1724513. OLE color: 1724513.

HSL color Cylindrical-coordinate representation of color #61501A: hue angle of 45.63º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61501A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB978026-
CMYK00.180.730.62
HSL45.63º57.72%24.12%-
HSV(B)45.63º73.2%38.04%-
XYZ7.988.352.17-
YUV78.9398.13140.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=47.78%
G=39.41%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97802600.180.730.6245.6357.7224.12
Hex61501A012493E2e3a18
Octal1411203202211176567230
Binary1100001101000011010010010100100111111010111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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