#655321

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

Shades of Bronze Olive #655321

Tints of Bronze Olive #655321

Color information

#655321 (or 0x655321) is unknown color: approx Bronze Olive. HEX triplet: 65, 53 and 21. RGB value is (101,83,33). Sum of RGB (Red+Green+Blue) = 101+83+33=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #655321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655321 is #9AACDE. Grayscale: #525252. Windows color (decimal): -10136799 or 2184037. OLE color: 2184037.

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

Color convert

RGB1018333-
CMYK00.180.670.60
HSL44.12º50.75%26.27%-
HSV(B)44.12º67.33%39.61%-
XYZ8.739.062.73-
YUV82.6899.96141.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=46.54%
G=38.25%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101833300.180.670.6044.1250.7526.27
Hex655321012433C2c331a
Octal1451234102210374546332
Binary11001011010011100001010010100001111110010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655321; }

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

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

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

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

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

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

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

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