#61530C

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

Shades of Bronze Olive #61530C

Tints of Bronze Olive #61530C

Color information

#61530C (or 0x61530C) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 0C. RGB value is (97,83,12). Sum of RGB (Red+Green+Blue) = 97+83+12=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61530C is #9EACF3. Grayscale: #4F4F4F. Windows color (decimal): -10398964 or 807777. OLE color: 807777.

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

Color convert

RGB978312-
CMYK00.140.880.62
HSL50.12º77.98%21.37%-
HSV(B)50.12º87.63%38.04%-
XYZ8.098.751.61-
YUV79.0990.14140.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=50.52%
G=43.23%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97831200.140.880.6250.1277.9821.37
Hex6153C0E583E324e15
Octal14112314016130766211625
Binary110000110100111100011101011000111110110010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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