#655415

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

Shades of Bronze Olive #655415

Tints of Bronze Olive #655415

Color information

#655415 (or 0x655415) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 15. RGB value is (101,84,21). Sum of RGB (Red+Green+Blue) = 101+84+21=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #655415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655415 is #9AABEA. Grayscale: #525252. Windows color (decimal): -10136555 or 1397861. OLE color: 1397861.

HSL color Cylindrical-coordinate representation of color #655415: hue angle of 47.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #655415 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1018421-
CMYK00.170.790.60
HSL47.25º65.57%23.92%-
HSV(B)47.25º79.21%39.61%-
XYZ8.679.162.02-
YUV81.993.63141.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=49.03%
G=40.78%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101842100.170.790.6047.2565.5723.92
Hex6554150114F3C2f4218
Octal14512425021117745710230
Binary11001011010100101010100011001111111100101111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655415; }

 p { color: rgb(101,84,21); }

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

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

 a { background-color: rgb(101,84,21); }

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

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

 span { border-color: rgb(101,84,21); }

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