#655619

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

Shades of Bronze Olive #655619

Tints of Bronze Olive #655619

Color information

#655619 (or 0x655619) is unknown color: approx Bronze Olive. HEX triplet: 65, 56 and 19. RGB value is (101,86,25). Sum of RGB (Red+Green+Blue) = 101+86+25=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #655619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655619 is #9AA9E6. Grayscale: #535353. Windows color (decimal): -10136039 or 1660517. OLE color: 1660517.

HSL color Cylindrical-coordinate representation of color #655619: hue angle of 48.16º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #655619 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1018625-
CMYK00.150.750.60
HSL48.16º60.32%24.71%-
HSV(B)48.16º75.25%39.61%-
XYZ8.879.492.28-
YUV83.5394.97140.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=47.64%
G=40.57%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101862500.150.750.6048.1660.3224.71
Hex6556190F4B3C303c19
Octal1451263101711374607431
Binary110010110101101100101111100101111110011000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655619; }

 p { color: rgb(101,86,25); }

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

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

 a { background-color: rgb(101,86,25); }

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

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

 span { border-color: rgb(101,86,25); }

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