#655521

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

Shades of Bronze Olive #655521

Tints of Bronze Olive #655521

Color information

#655521 (or 0x655521) is unknown color: approx Bronze Olive. HEX triplet: 65, 55 and 21. RGB value is (101,85,33). Sum of RGB (Red+Green+Blue) = 101+85+33=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #655521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655521 is #9AAADE. Grayscale: #545454. Windows color (decimal): -10136287 or 2184549. OLE color: 2184549.

HSL color Cylindrical-coordinate representation of color #655521: hue angle of 45.88º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #655521 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1018533-
CMYK00.160.670.60
HSL45.88º50.75%26.27%-
HSV(B)45.88º67.33%39.61%-
XYZ8.899.372.78-
YUV83.8699.3140.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=46.12%
G=38.81%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101853300.160.670.6045.8850.7526.27
Hex655521010433C2e331a
Octal1451254102010374566332
Binary11001011010101100001010000100001111110010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655521; }

 p { color: rgb(101,85,33); }

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

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

 a { background-color: rgb(101,85,33); }

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

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

 span { border-color: rgb(101,85,33); }

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