#655413

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

Shades of Bronze Olive #655413

Tints of Bronze Olive #655413

Color information

#655413 (or 0x655413) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 13. RGB value is (101,84,19). Sum of RGB (Red+Green+Blue) = 101+84+19=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #655413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655413 is #9AABEC. Grayscale: #515151. Windows color (decimal): -10136557 or 1266789. OLE color: 1266789.

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

Color convert

RGB1018419-
CMYK00.170.810.60
HSL47.56º68.33%23.53%-
HSV(B)47.56º81.19%39.61%-
XYZ8.659.151.93-
YUV81.6792.63141.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=49.51%
G=41.18%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101841900.170.810.6047.5668.3323.53
Hex655413011513C304418
Octal14512423021121746010430
Binary11001011010100100110100011010001111100110000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655413; }

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

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

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

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

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

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

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

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