#655120

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

Shades of Bronze Olive #655120

Tints of Bronze Olive #655120

Color information

#655120 (or 0x655120) is unknown color: approx Bronze Olive. HEX triplet: 65, 51 and 20. RGB value is (101,81,32). Sum of RGB (Red+Green+Blue) = 101+81+32=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #655120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655120 is #9AAEDF. Grayscale: #515151. Windows color (decimal): -10137312 or 2117989. OLE color: 2117989.

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

Color convert

RGB1018132-
CMYK00.200.680.60
HSL42.61º51.88%26.08%-
HSV(B)42.61º68.32%39.61%-
XYZ8.578.762.6-
YUV81.39100.13141.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=47.20%
G=37.85%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101813200.200.680.6042.6151.8826.08
Hex655120014443C2b341a
Octal1451214002410474536432
Binary11001011010001100000010100100010011110010101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655120; }

 p { color: rgb(101,81,32); }

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

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

 a { background-color: rgb(101,81,32); }

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

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

 span { border-color: rgb(101,81,32); }

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