#61531C

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

Shades of Bronze Olive #61531C

Tints of Bronze Olive #61531C

Color information

#61531C (or 0x61531C) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 1C. RGB value is (97,83,28). Sum of RGB (Red+Green+Blue) = 97+83+28=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61531C is #9EACE3. Grayscale: #515151. Windows color (decimal): -10398948 or 1856353. OLE color: 1856353.

HSL color Cylindrical-coordinate representation of color #61531C: hue angle of 47.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61531C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB978328-
CMYK00.140.710.62
HSL47.83º55.2%24.51%-
HSV(B)47.83º71.13%38.04%-
XYZ8.238.812.37-
YUV80.9298.14139.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=46.63%
G=39.90%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97832800.140.710.6247.8355.224.51
Hex61531C0E473E303719
Octal1411233401610776606731
Binary110000110100111110001110100011111111011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61531C; }

 p { color: rgb(97,83,28); }

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

<style>
 a { background-color: #61531C; }

 a { background-color: rgb(97,83,28); }

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

<style>
 span { border-color: #61531C; }

 span { border-color: rgb(97,83,28); }

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