#655421

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

Shades of Bronze Olive #655421

Tints of Bronze Olive #655421

Color information

#655421 (or 0x655421) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 21. RGB value is (101,84,33). Sum of RGB (Red+Green+Blue) = 101+84+33=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #655421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655421 is #9AABDE. Grayscale: #535353. Windows color (decimal): -10136543 or 2184293. OLE color: 2184293.

HSL color Cylindrical-coordinate representation of color #655421: hue angle of 45º 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 #655421 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1018433-
CMYK00.170.670.60
HSL45º50.75%26.27%-
HSV(B)45º67.33%39.61%-
XYZ8.819.222.75-
YUV83.2799.63140.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=46.33%
G=38.53%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101843300.170.670.604550.7526.27
Hex655421011433C2d331a
Octal1451244102110374556332
Binary11001011010100100001010001100001111110010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655421; }

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

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

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

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

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

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

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

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