#615315

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

Shades of Bronze Olive #615315

Tints of Bronze Olive #615315

Color information

#615315 (or 0x615315) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 15. RGB value is (97,83,21). Sum of RGB (Red+Green+Blue) = 97+83+21=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615315 is #9EACEA. Grayscale: #505050. Windows color (decimal): -10398955 or 1397601. OLE color: 1397601.

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

Color convert

RGB978321-
CMYK00.140.780.62
HSL48.95º64.41%23.14%-
HSV(B)48.95º78.35%38.04%-
XYZ8.168.781.97-
YUV80.1294.64140.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=48.26%
G=41.29%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97832100.140.780.6248.9564.4123.14
Hex6153150E4E3E314017
Octal14112325016116766110027
Binary1100001101001110101011101001110111110110001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615315; }

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

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

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

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

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

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

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

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